Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ demo = gr.Blocks(css=css)
|
|
95 |
with demo:
|
96 |
gr.Markdown(title)
|
97 |
gr.Markdown(description)
|
98 |
-
gr.Markdown(twitter_link)
|
99 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
100 |
slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
|
101 |
|
|
|
95 |
with demo:
|
96 |
gr.Markdown(title)
|
97 |
gr.Markdown(description)
|
|
|
98 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
99 |
slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
|
100 |
|