Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,5 +75,5 @@ with demo:
|
|
75 |
submit_video_button = gr.Button('Submit')
|
76 |
with gr.Column():
|
77 |
label_video = gr.Label()
|
78 |
-
submit_video_button.click(fn=
|
79 |
demo.launch()
|
|
|
75 |
submit_video_button = gr.Button('Submit')
|
76 |
with gr.Column():
|
77 |
label_video = gr.Label()
|
78 |
+
submit_video_button.click(fn=interface_video, inputs=input_video, outputs=label_video)
|
79 |
demo.launch()
|