nickmuchi commited on
Commit
70ae0a9
1 Parent(s): 9f56b0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.blocks()
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)