Spaces:
Runtime error
Runtime error
jens commited on
Commit ·
f07135c
1
Parent(s): 7299967
tiny fix
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ with block:
|
|
| 24 |
raw_image = gr.Image(type='pil', visible=False)
|
| 25 |
point_coords = gr.State(point_coords_empty)
|
| 26 |
point_labels = gr.State(point_labels_empty)
|
| 27 |
-
masks = gr.State()
|
| 28 |
cutout_idx = gr.State(set())
|
| 29 |
|
| 30 |
# UI
|
|
|
|
| 24 |
raw_image = gr.Image(type='pil', visible=False)
|
| 25 |
point_coords = gr.State(point_coords_empty)
|
| 26 |
point_labels = gr.State(point_labels_empty)
|
| 27 |
+
masks = gr.State([])
|
| 28 |
cutout_idx = gr.State(set())
|
| 29 |
|
| 30 |
# UI
|