Spaces:
Running
Running
Harisreedhar
commited on
Commit
•
5fcad08
1
Parent(s):
226cc7a
Update app.py
Browse files
app.py
CHANGED
@@ -677,7 +677,7 @@ with gr.Blocks(css=css) as interface:
|
|
677 |
|
678 |
with gr.Box(visible=True) as input_video_group:
|
679 |
vid_widget = gr.Video if USE_COLAB else gr.Text
|
680 |
-
video_input =
|
681 |
label="Target Video Path", interactive=True
|
682 |
)
|
683 |
with gr.Accordion("✂️ Trim video", open=False):
|
|
|
677 |
|
678 |
with gr.Box(visible=True) as input_video_group:
|
679 |
vid_widget = gr.Video if USE_COLAB else gr.Text
|
680 |
+
video_input = gr.Video(
|
681 |
label="Target Video Path", interactive=True
|
682 |
)
|
683 |
with gr.Accordion("✂️ Trim video", open=False):
|