Spaces:
Runtime error
Runtime error
Commit
·
c905489
1
Parent(s):
834069a
Update app.py
Browse files
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 |
|