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