Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|