JustinLin610 commited on
Commit
9ea02f2
1 Parent(s): a5c697b

fix video bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="filepath", label="Input video"),
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(