Update app.py
Browse files
app.py
CHANGED
@@ -439,4 +439,4 @@ gr.Interface(
|
|
439 |
live=True,
|
440 |
cache_examples=True,
|
441 |
title="TransferVAE for Unsupervised Video Domain Adaptation",
|
442 |
-
).launch(
|
|
|
439 |
live=True,
|
440 |
cache_examples=True,
|
441 |
title="TransferVAE for Unsupervised Video Domain Adaptation",
|
442 |
+
).launch()
|