bmay commited on
Commit
c4abc63
·
verified ·
1 Parent(s): 9e62052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks() as demo:
70
  with gr.Row():
71
  with gr.Column():
72
  input_image = gr.Image(label="Input Image", type="pil")
73
- pred_iou_thresh = gr.Slider(0.0, 1.0, value=0.5, label="Pred IoU Thresh")
74
- stability_score_thresh = gr.Slider(0.0, 1.0, value=0.7, label="Stability Score Thresh")
75
  submit_button = gr.Button("Submit")
76
 
77
  with gr.Column():
 
70
  with gr.Row():
71
  with gr.Column():
72
  input_image = gr.Image(label="Input Image", type="pil")
73
+ pred_iou_thresh = gr.Slider(0.05, 0.95, value=0.5, label="SAM Pred IoU Thresh")
74
+ stability_score_thresh = gr.Slider(0.05, 0.95, value=0.7, label="SAM Stability Score Thresh")
75
  submit_button = gr.Button("Submit")
76
 
77
  with gr.Column():