Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,6 @@ demo = gr.Blocks(css=css)
|
|
113 |
with demo:
|
114 |
gr.Markdown(title)
|
115 |
gr.Markdown(description)
|
116 |
-
gr.Markdown(twitter_link)
|
117 |
options = gr.Dropdown(choices=models, label='Object Detection Model', value=models[0], show_label=True)
|
118 |
slider_input = gr.Slider(minimum=0.2, maximum=1, value=0.5, step=0.1, label='Prediction Threshold')
|
119 |
|
|
|
113 |
with demo:
|
114 |
gr.Markdown(title)
|
115 |
gr.Markdown(description)
|
|
|
116 |
options = gr.Dropdown(choices=models, label='Object Detection Model', value=models[0], show_label=True)
|
117 |
slider_input = gr.Slider(minimum=0.2, maximum=1, value=0.5, step=0.1, label='Prediction Threshold')
|
118 |
|