Update app.py
Browse files
app.py
CHANGED
@@ -392,4 +392,4 @@ gr.Interface(
|
|
392 |
cache_examples=True,
|
393 |
title="TranSVAE for Unsupervised Video Domain Adaptation",
|
394 |
description=desc
|
395 |
-
).launch()
|
|
|
392 |
cache_examples=True,
|
393 |
title="TranSVAE for Unsupervised Video Domain Adaptation",
|
394 |
description=desc
|
395 |
+
).launch(share=True)
|