nickmuchi commited on
Commit
7904b71
·
1 Parent(s): fa91b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with demo:
125
  gr.Markdown(title)
126
  gr.Markdown(description)
127
  gr.Markdown(twitter_link)
128
- options = gr.Dropdown(choices=models,label='Object Detection Model',show_label=True)
129
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.5,step=0.1,label='Prediction Threshold')
130
 
131
  with gr.Tabs():
 
125
  gr.Markdown(title)
126
  gr.Markdown(description)
127
  gr.Markdown(twitter_link)
128
+ options = gr.Dropdown(choices=models,label='Object Detection Model',value=models[0],show_label=True)
129
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.5,step=0.1,label='Prediction Threshold')
130
 
131
  with gr.Tabs():