Spaces:
Runtime error
Runtime error
dur no
Browse files
app.py
CHANGED
|
@@ -123,16 +123,16 @@ with block:
|
|
| 123 |
with gr.Row():
|
| 124 |
webcam_output4 = gr.Video(height=716, label = "Detection and tracking", show_label=True, format="mp4")
|
| 125 |
|
| 126 |
-
with gr.Tab("Upload video"):
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
|
| 137 |
with gr.Tab("General information"):
|
| 138 |
gr.Markdown("""
|
|
|
|
| 123 |
with gr.Row():
|
| 124 |
webcam_output4 = gr.Video(height=716, label = "Detection and tracking", show_label=True, format="mp4")
|
| 125 |
|
| 126 |
+
# with gr.Tab("Upload video"):
|
| 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 |
+
|
| 134 |
+
# with gr.Row():
|
| 135 |
+
# video_output4 = gr.Video(height=512, label = "Detection and tracking", show_label=True, format="mp4")
|
| 136 |
|
| 137 |
with gr.Tab("General information"):
|
| 138 |
gr.Markdown("""
|