Spaces:
Runtime error
Runtime error
Besar
commited on
Commit
·
bba4493
1
Parent(s):
37d16f6
app.py
CHANGED
@@ -557,9 +557,10 @@ with gr.Blocks() as iface:
|
|
557 |
],
|
558 |
outputs=[video_demo_operation],
|
559 |
# cache_examples=True,
|
560 |
-
)
|
|
|
561 |
process_video.click(
|
562 |
-
fn=
|
563 |
inputs=[video_input],outputs=[video_path], api_name="process_video"
|
564 |
)
|
565 |
# first step: get the video information
|
|
|
557 |
],
|
558 |
outputs=[video_demo_operation],
|
559 |
# cache_examples=True,
|
560 |
+
)
|
561 |
+
#download_video
|
562 |
process_video.click(
|
563 |
+
fn=download_video,
|
564 |
inputs=[video_input],outputs=[video_path], api_name="process_video"
|
565 |
)
|
566 |
# first step: get the video information
|