Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-sma
|
|
| 96 |
|
| 97 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
| 98 |
|
| 99 |
-
demo = gr.
|
| 100 |
|
| 101 |
with demo:
|
| 102 |
gr.Markdown(title)
|
|
|
|
| 96 |
|
| 97 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
| 98 |
|
| 99 |
+
demo = gr.Blocks()
|
| 100 |
|
| 101 |
with demo:
|
| 102 |
gr.Markdown(title)
|