ldkong commited on
Commit
ab34b0c
β€’
1 Parent(s): 1f1dc7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,5 +93,5 @@ gr.Interface(
93
  gr.components.Image(type="file", label="Avatar (Source)"),
94
  ],
95
  live=True,
96
- title="TransferVAE",
97
  ).launch()
93
  gr.components.Image(type="file", label="Avatar (Source)"),
94
  ],
95
  live=True,
96
+ title="TransferVAE for Unsupervised Video Domain Adaptation",
97
  ).launch()