Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,7 @@ h1#title {
|
|
101 |
demo = gr.Blocks(css=css)
|
102 |
|
103 |
with demo:
|
104 |
-
gr.Markdown(title)
|
105 |
-
gr.Markdown(description)
|
106 |
-
gr.Markdown(twitter_link)
|
107 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
108 |
slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
|
109 |
|
|
|
101 |
demo = gr.Blocks(css=css)
|
102 |
|
103 |
with demo:
|
104 |
+
gr.Markdown(title)
|
|
|
|
|
105 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
106 |
slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
|
107 |
|