Spaces:
Runtime error
Runtime error
Commit
·
8f052bb
1
Parent(s):
8ba3152
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,6 @@ with gr.Blocks() as demo:
|
|
220 |
videotr_input = gr.Video(type='pil', label="Input Video", source="upload")
|
221 |
videotr_output = gr.Video(type="pil", label="Output Video",format="mp4")
|
222 |
fpstr_video = gr.Number(0,label='FPS')
|
223 |
-
videotr_input = gr.Dropdown(choices=models,value=models[0],label = "Select the model")
|
224 |
tracking_drop = gr.Dropdown(choices=trackers,value=trackers[0], label="Select the tracking method")
|
225 |
videotr_iou_threshold = gr.Slider(label="IOU Threshold",interactive=True, minimum=0.0, maximum=1.0, value=0.45)
|
226 |
videotr_conf_threshold = gr.Slider(label="Confidence Threshold",interactive=True, minimum=0.0, maximum=1.0, value=0.25)
|
|
|
220 |
videotr_input = gr.Video(type='pil', label="Input Video", source="upload")
|
221 |
videotr_output = gr.Video(type="pil", label="Output Video",format="mp4")
|
222 |
fpstr_video = gr.Number(0,label='FPS')
|
|
|
223 |
tracking_drop = gr.Dropdown(choices=trackers,value=trackers[0], label="Select the tracking method")
|
224 |
videotr_iou_threshold = gr.Slider(label="IOU Threshold",interactive=True, minimum=0.0, maximum=1.0, value=0.45)
|
225 |
videotr_conf_threshold = gr.Slider(label="Confidence Threshold",interactive=True, minimum=0.0, maximum=1.0, value=0.25)
|