gatesla commited on
Commit
58c9185
1 Parent(s): 3c77ab7

Update app.py

Browse files

Trying to get it running again

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'):