Update app.py
Browse files
app.py
CHANGED
@@ -379,7 +379,7 @@ gr.Interface(
|
|
379 |
outputs=[
|
380 |
gr.components.Image(type="file", label="Domain Disentanglement"),
|
381 |
],
|
382 |
-
live=
|
383 |
cache_examples=True,
|
384 |
title="TransferVAE for Unsupervised Video Domain Adaptation",
|
385 |
).launch()
|
|
|
379 |
outputs=[
|
380 |
gr.components.Image(type="file", label="Domain Disentanglement"),
|
381 |
],
|
382 |
+
live=False,
|
383 |
cache_examples=True,
|
384 |
title="TransferVAE for Unsupervised Video Domain Adaptation",
|
385 |
).launch()
|