Spaces:
Runtime error
Runtime error
Harisreedhar
commited on
Commit
·
27c3130
1
Parent(s):
71e8b08
Update app.py
Browse files
app.py
CHANGED
|
@@ -686,7 +686,7 @@ with gr.Blocks(css=css) as interface:
|
|
| 686 |
)
|
| 687 |
|
| 688 |
with gr.Box(visible=True) as input_video_group:
|
| 689 |
-
vid_widget = gr.Video if USE_COLAB else gr.Text
|
| 690 |
video_input = vid_widget(
|
| 691 |
label="Target Video Path", interactive=True
|
| 692 |
)
|
|
@@ -747,10 +747,10 @@ with gr.Blocks(css=css) as interface:
|
|
| 747 |
|
| 748 |
with gr.Row():
|
| 749 |
output_directory_button = gr.Button(
|
| 750 |
-
"📂", interactive=False, visible=
|
| 751 |
)
|
| 752 |
output_video_button = gr.Button(
|
| 753 |
-
"🎬", interactive=False, visible=
|
| 754 |
)
|
| 755 |
|
| 756 |
with gr.Column():
|
|
|
|
| 686 |
)
|
| 687 |
|
| 688 |
with gr.Box(visible=True) as input_video_group:
|
| 689 |
+
vid_widget = gr.Video #gr.Video if USE_COLAB else gr.Text
|
| 690 |
video_input = vid_widget(
|
| 691 |
label="Target Video Path", interactive=True
|
| 692 |
)
|
|
|
|
| 747 |
|
| 748 |
with gr.Row():
|
| 749 |
output_directory_button = gr.Button(
|
| 750 |
+
"📂", interactive=False, visible=False
|
| 751 |
)
|
| 752 |
output_video_button = gr.Button(
|
| 753 |
+
"🎬", interactive=False, visible=False
|
| 754 |
)
|
| 755 |
|
| 756 |
with gr.Column():
|