Spaces:
Runtime error
Runtime error
Commit
·
c13b45d
1
Parent(s):
fe47e77
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks() as demo:
|
|
207 |
video_conf_threshold = gr.Slider(label="Confidence Threshold",interactive=True, minimum=0.0, maximum=1.0, value=0.25)
|
208 |
gr.Examples(examples=examples_videos,inputs=video_input,outputs=video_output)
|
209 |
video_button_detect = gr.Button("Detect")
|
210 |
-
|
211 |
# with gr.Tab("Webcam Video"):
|
212 |
# gr.Markdown("## YOLOv7 Inference on Webcam Video")
|
213 |
# gr.Markdown("Coming Soon")
|
|
|
207 |
video_conf_threshold = gr.Slider(label="Confidence Threshold",interactive=True, minimum=0.0, maximum=1.0, value=0.25)
|
208 |
gr.Examples(examples=examples_videos,inputs=video_input,outputs=video_output)
|
209 |
video_button_detect = gr.Button("Detect")
|
210 |
+
video_button_track = gr.Button("Track")
|
211 |
# with gr.Tab("Webcam Video"):
|
212 |
# gr.Markdown("## YOLOv7 Inference on Webcam Video")
|
213 |
# gr.Markdown("Coming Soon")
|