Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,14 +76,10 @@ with gr.Blocks() as iface:
|
|
76 |
with gr.Column(scale=3):
|
77 |
gr.Markdown("Upload a video")
|
78 |
video_input = gr.Video(label="Upload Video")
|
|
|
79 |
with gr.Column(scale=1):
|
80 |
gr.Markdown("Example Video")
|
81 |
example_video = gr.Video("examples/Scenes.From.A.Marriage.US.mp4", label="Example Video")
|
82 |
-
|
83 |
-
with gr.Row():
|
84 |
-
with gr.Column(scale=3):
|
85 |
-
analyze_button = gr.Button("Analyze")
|
86 |
-
with gr.Column(scale=1):
|
87 |
use_example_button = gr.Button("Use Example Video")
|
88 |
|
89 |
# Create output components
|
|
|
76 |
with gr.Column(scale=3):
|
77 |
gr.Markdown("Upload a video")
|
78 |
video_input = gr.Video(label="Upload Video")
|
79 |
+
analyze_button = gr.Button("Analyze")
|
80 |
with gr.Column(scale=1):
|
81 |
gr.Markdown("Example Video")
|
82 |
example_video = gr.Video("examples/Scenes.From.A.Marriage.US.mp4", label="Example Video")
|
|
|
|
|
|
|
|
|
|
|
83 |
use_example_button = gr.Button("Use Example Video")
|
84 |
|
85 |
# Create output components
|