Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
•
9ea02f2
1
Parent(s):
a5c697b
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(
|