Stuti commited on
Commit
e6dd540
1 Parent(s): f0e178a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with demo:
106
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
107
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
108
 
109
- with gr.Tabs()
110
  with gr.TabItem('Image Upload'):
111
  with gr.Row():
112
  img_input = gr.Image(type='pil')
 
106
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
107
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
108
 
109
+ with gr.Tabs():
110
  with gr.TabItem('Image Upload'):
111
  with gr.Row():
112
  img_input = gr.Image(type='pil')