xmrt commited on
Commit
0f53572
β€’
1 Parent(s): 3316ae6
Files changed (1) hide show
  1. app.py +10 -10
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
- 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("""
 
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("""