prithivMLmods commited on
Commit
bf64c98
·
verified ·
1 Parent(s): 0bd7a83

update app

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -182,7 +182,6 @@ with gr.Blocks(css=css, theme=plum_theme) as demo:
182
  placeholder="e.g., cat, ear, car wheel...",
183
  info="What do you want to segment?"
184
  )
185
- threshold = gr.Slider(label="Confidence Threshold", minimum=0.0, maximum=1.0, value=0.4, step=0.05)
186
 
187
  run_button = gr.Button("Segment", variant="primary")
188
 
 
182
  placeholder="e.g., cat, ear, car wheel...",
183
  info="What do you want to segment?"
184
  )
 
185
 
186
  run_button = gr.Button("Segment", variant="primary")
187