Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a6b28a4
1
Parent(s):
744140b
understanding
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def create_video_interface():
|
|
138 |
image_output = gr.Textbox(label="Analysis Result", lines=5)
|
139 |
|
140 |
with gr.Column():
|
141 |
-
video_input = gr.Video(label="Upload Video"
|
142 |
analyze_video_btn = gr.Button("Analyze Video")
|
143 |
video_output = gr.Textbox(label="Video Analysis", lines=10)
|
144 |
|
|
|
138 |
image_output = gr.Textbox(label="Analysis Result", lines=5)
|
139 |
|
140 |
with gr.Column():
|
141 |
+
video_input = gr.Video(label="Upload Video")
|
142 |
analyze_video_btn = gr.Button("Analyze Video")
|
143 |
video_output = gr.Textbox(label="Video Analysis", lines=10)
|
144 |
|