Spaces:
Runtime error
Runtime error
Commit
·
bada8ef
1
Parent(s):
ed6e5d8
test 1
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ video_interface = gr.Interface(
|
|
20 |
fn=prepare_input,
|
21 |
inputs=gr.Video(type="file"),
|
22 |
outputs="text",
|
23 |
-
title="
|
24 |
)
|
25 |
|
26 |
if __name__ == "__main__":
|
|
|
20 |
fn=prepare_input,
|
21 |
inputs=gr.Video(type="file"),
|
22 |
outputs="text",
|
23 |
+
title="Test 1"
|
24 |
)
|
25 |
|
26 |
if __name__ == "__main__":
|