deanna-emery commited on
Commit
ceb9afe
1 Parent(s): a7a99aa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ article = "More information about the trained models can be found <a href=http
101
 
102
  # Gradio App interface
103
  gr.Interface(fn=translate,
104
- inputs=[gr.Video(label="Video (*.mp4)")],
105
  outputs="text",
106
  allow_flagging="never",
107
  title=title,
 
101
 
102
  # Gradio App interface
103
  gr.Interface(fn=translate,
104
+ inputs="video",
105
  outputs="text",
106
  allow_flagging="never",
107
  title=title,