Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ h1#title {
|
|
17 |
demo = gr.Blocks(css=css)
|
18 |
|
19 |
with demo:
|
20 |
-
with gr.Box():
|
21 |
|
22 |
gr.Markdown(title)
|
23 |
options = gr.Dropdown(choices=models,label='Detection',show_label=True)
|
|
|
17 |
demo = gr.Blocks(css=css)
|
18 |
|
19 |
with demo:
|
|
|
20 |
|
21 |
gr.Markdown(title)
|
22 |
options = gr.Dropdown(choices=models,label='Detection',show_label=True)
|