Spaces:
Sleeping
Sleeping
Commit
·
33aea18
1
Parent(s):
ced6714
updates
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ article = "More information about the trained models can be found <a href=http
|
|
92 |
|
93 |
# Gradio App interface
|
94 |
gr.Interface(fn=translate,
|
95 |
-
inputs=[gr.Video(label="Video (*.mp4)")
|
96 |
outputs="text",
|
97 |
allow_flagging="never",
|
98 |
title=title,
|
|
|
92 |
|
93 |
# Gradio App interface
|
94 |
gr.Interface(fn=translate,
|
95 |
+
inputs=[gr.Video(label="Video (*.mp4)")],
|
96 |
outputs="text",
|
97 |
allow_flagging="never",
|
98 |
title=title,
|