supermy commited on
Commit
a972cff
1 Parent(s): fbddea5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with demo:
104
  gr.Markdown(description)
105
  gr.Markdown(twitter_link)
106
  options = gr.Dropdown(choices=models,label='选择目标检测模型',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('图片链接URL'):
 
104
  gr.Markdown(description)
105
  gr.Markdown(twitter_link)
106
  options = gr.Dropdown(choices=models,label='选择目标检测模型',show_label=True)
107
+ slider_input = gr.Slider(minimum=0.2,maximum=1,value=0.7,label='检测阀值')
108
 
109
  with gr.Tabs():
110
  with gr.TabItem('图片链接URL'):