Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ demo = gr.Interface(
|
|
101 |
gr.Checkbox(value=True, label='withContours', info='draw the edges of the masks')
|
102 |
],
|
103 |
outputs = [
|
104 |
-
gr.Image(label="Segmented Image", interactive=False, type='pil')
|
105 |
gr.Image(label="Cropped Image", interactive=False, type='pil')
|
106 |
],
|
107 |
title = title,
|
|
|
101 |
gr.Checkbox(value=True, label='withContours', info='draw the edges of the masks')
|
102 |
],
|
103 |
outputs = [
|
104 |
+
gr.Image(label="Segmented Image", interactive=False, type='pil'),
|
105 |
gr.Image(label="Cropped Image", interactive=False, type='pil')
|
106 |
],
|
107 |
title = title,
|