nickmuchi commited on
Commit
af872f7
·
1 Parent(s): 762dfcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with demo:
117
  gr.Markdown(title)
118
  gr.Markdown(description)
119
  gr.Markdown(twitter_link)
120
- options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
121
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.5,step=0.1,label='Prediction Threshold')
122
 
123
  with gr.Tabs():
 
117
  gr.Markdown(title)
118
  gr.Markdown(description)
119
  gr.Markdown(twitter_link)
120
+ options = gr.Dropdown(choices=models,label='Object Detection Model',show_label=True)
121
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.5,step=0.1,label='Prediction Threshold')
122
 
123
  with gr.Tabs():