hololens commited on
Commit
676de75
·
1 Parent(s): fa8b60d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def create_interface():
83
  model_path = gr.Dropdown(choices=list(model_options.keys()), label="Select Pretrained Model", value="dh-yolo-v1-pb-ddf-524")
84
 
85
  conf = gr.Slider(label="Confidence Threshold", minimum=0.0, maximum=1.0, step=0.01, value=0.5)
86
- imu_threshold = gr.Slider(label="IMU Threshold", minimum=0.0, maximum=1.0, step=0.01, value=0.5)
87
  detections = gr.Slider(label="Max number of Detections", minimum=1, maximum=100, step=1, value=10)
88
 
89
  with gr.Column():
 
83
  model_path = gr.Dropdown(choices=list(model_options.keys()), label="Select Pretrained Model", value="dh-yolo-v1-pb-ddf-524")
84
 
85
  conf = gr.Slider(label="Confidence Threshold", minimum=0.0, maximum=1.0, step=0.01, value=0.5)
86
+ imu_threshold = gr.Slider(label="IoU Threshold", minimum=0.0, maximum=1.0, step=0.01, value=0.5)
87
  detections = gr.Slider(label="Max number of Detections", minimum=1, maximum=100, step=1, value=10)
88
 
89
  with gr.Column():