omarhkh commited on
Commit
8ae5642
·
1 Parent(s): 806b7a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,8 +190,8 @@ with demo:
190
  #gr.Markdown(detect_objects2)
191
 
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():
 
190
  #gr.Markdown(detect_objects2)
191
 
192
 
193
+ options = gr.Dropdown(value="omarhkh/CutLER-finetuned-11",choices=models,label='Select Object Detection Model',show_label=True)
194
+ options2 = gr.Dropdown(value="Trench Depth Measurement",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():