Spaces:
Runtime error
Runtime error
David Li commited on
Commit ·
c98b0fc
1
Parent(s): d903faf
fix: update outputs
Browse files
app.py
CHANGED
|
@@ -136,6 +136,6 @@ gr.Interface(
|
|
| 136 |
gr.Dropdown(["Japanese", "English"])
|
| 137 |
],
|
| 138 |
outputs=[
|
| 139 |
-
"json", "text", "
|
| 140 |
],
|
| 141 |
live=True).launch()
|
|
|
|
| 136 |
gr.Dropdown(["Japanese", "English"])
|
| 137 |
],
|
| 138 |
outputs=[
|
| 139 |
+
"json", "text", gr.outputs.Video(type="file")
|
| 140 |
],
|
| 141 |
live=True).launch()
|