Spaces:
Runtime error
Runtime error
dur no
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ with block:
|
|
| 127 |
with gr.Column():
|
| 128 |
with gr.Row():
|
| 129 |
with gr.Column():
|
| 130 |
-
video_input = gr.Video(source="upload",
|
| 131 |
with gr.Row():
|
| 132 |
submit_detect_file = gr.Button("Detect and track objects", variant="primary")
|
| 133 |
|
|
|
|
| 127 |
with gr.Column():
|
| 128 |
with gr.Row():
|
| 129 |
with gr.Column():
|
| 130 |
+
video_input = gr.Video(source="upload", height=256)
|
| 131 |
with gr.Row():
|
| 132 |
submit_detect_file = gr.Button("Detect and track objects", variant="primary")
|
| 133 |
|