Update app.py
Browse files
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='
|
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():
|