omarhkh commited on
Commit
6b4fcfb
1 Parent(s): 1c7143b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ demo = gr.Blocks(css=css)
129
  with demo:
130
  gr.Markdown(title)
131
  gr.Markdown(description)
132
- gr.Markdown(detect_objects2)
133
 
134
 
135
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
 
129
  with demo:
130
  gr.Markdown(title)
131
  gr.Markdown(description)
132
+ #gr.Markdown(detect_objects2)
133
 
134
 
135
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)