Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|