gatesla commited on
Commit
f5fb975
1 Parent(s): c639a7c

Update app.py

Browse files

Slowly trying changes with newest gradio version

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ with demo:
124
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
125
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
126
 
127
- # output_text1 = gr.Textbox(value="", label="Confidence Values URL")
128
- # output_text2 = gr.Textbox(value="", label="Confidence Values Upload")
129
 
130
  with gr.Tabs():
131
  with gr.TabItem('Image URL'):
 
124
  options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
125
  slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')
126
 
127
+ output_text1 = gr.Textbox(value="", label="Confidence Values URL")
128
+ output_text2 = gr.Textbox(value="", label="Confidence Values Upload")
129
 
130
  with gr.Tabs():
131
  with gr.TabItem('Image URL'):