Update app.py
Browse files
app.py
CHANGED
@@ -381,5 +381,5 @@ gr.Interface(
|
|
381 |
],
|
382 |
live=False,
|
383 |
cache_examples=True,
|
384 |
-
title="
|
385 |
).launch()
|
|
|
381 |
],
|
382 |
live=False,
|
383 |
cache_examples=True,
|
384 |
+
title="TranSVAE for Unsupervised Video Domain Adaptation",
|
385 |
).launch()
|