curt-park commited on
Commit
6a28334
1 Parent(s): bf0a9ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ demo = gr.Interface(
168
  inputs=[
169
  gr.Slider(0, 1, value=0.9, label="predicted_iou_threshold"),
170
  gr.Slider(0, 1, value=0.8, label="stability_score_threshold"),
171
- gr.Slider(0, 1, value=0.05, label="clip_threshold"),
172
  gr.Image(type="filepath"),
173
  "text",
174
  ],
 
168
  inputs=[
169
  gr.Slider(0, 1, value=0.9, label="predicted_iou_threshold"),
170
  gr.Slider(0, 1, value=0.8, label="stability_score_threshold"),
171
+ gr.Slider(0, 1, value=0.85, label="clip_threshold"),
172
  gr.Image(type="filepath"),
173
  "text",
174
  ],