Spaces:
Runtime error
Runtime error
Commit
·
11c1deb
1
Parent(s):
77c4dc2
fix video bug
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def main():
|
|
| 116 |
gr.inputs.Textbox(lines=1, label="Candidate texts"),
|
| 117 |
gr.inputs.Image(type="filepath", label="Input image"),
|
| 118 |
gr.inputs.Audio(type="filepath", label="Input audio"),
|
| 119 |
-
gr.inputs.Video(type=
|
| 120 |
]
|
| 121 |
|
| 122 |
iface = gr.Interface(
|
|
|
|
| 116 |
gr.inputs.Textbox(lines=1, label="Candidate texts"),
|
| 117 |
gr.inputs.Image(type="filepath", label="Input image"),
|
| 118 |
gr.inputs.Audio(type="filepath", label="Input audio"),
|
| 119 |
+
gr.inputs.Video(type=None, label="Input video"),
|
| 120 |
]
|
| 121 |
|
| 122 |
iface = gr.Interface(
|