Spaces:
Runtime error
Runtime error
deanna-emery
commited on
Commit
•
ceb9afe
1
Parent(s):
a7a99aa
updates
Browse files
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=
|
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,
|