Spaces:
Runtime error
Runtime error
Commit ·
ea0c1b2
1
Parent(s): e415ef5
Update app.py
Browse files
app.py
CHANGED
|
@@ -301,7 +301,7 @@ with gr.Blocks(title='Fast Segment Anything') as demo:
|
|
| 301 |
contour_check,
|
| 302 |
retina_check,
|
| 303 |
text_box,
|
| 304 |
-
|
| 305 |
],
|
| 306 |
outputs=segm_img_t)
|
| 307 |
|
|
|
|
| 301 |
contour_check,
|
| 302 |
retina_check,
|
| 303 |
text_box,
|
| 304 |
+
|
| 305 |
],
|
| 306 |
outputs=segm_img_t)
|
| 307 |
|