omarhkh commited on
Commit
841c4ef
·
1 Parent(s): 354d7fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ with demo:
192
 
193
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
194
  options2 = gr.Dropdown(choices=types_class,label='Select Classification Type',show_label=True)
195
- slider_input = gr.Slider(minimum=0.1,maximum=1,value=0.7,label='Prediction Threshold')
196
 
197
  with gr.Tabs():
198
 
 
192
 
193
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
194
  options2 = gr.Dropdown(choices=types_class,label='Select Classification Type',show_label=True)
195
+ slider_input = gr.Slider(minimum=0.1,maximum=1,value=0.8,label='Prediction Threshold')
196
 
197
  with gr.Tabs():
198