PrarthanaTS commited on
Commit
c905489
·
1 Parent(s): 834069a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -187,13 +187,6 @@ with gr.Blocks(css=css, title='Fast Segment Anything') as demo:
187
  inputs=[
188
  cond_img_t,
189
  input_size_slider_t,
190
- iou_threshold,
191
- conf_threshold,
192
- mor_check,
193
- contour_check,
194
- retina_check,
195
- text_box,
196
- wider_check,
197
  ],
198
  outputs=segm_img_t)
199
 
 
187
  inputs=[
188
  cond_img_t,
189
  input_size_slider_t,
 
 
 
 
 
 
 
190
  ],
191
  outputs=segm_img_t)
192