Spaces:
Runtime error
Runtime error
jens
commited on
Commit
·
93dec86
1
Parent(s):
0a54901
fix
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with block:
|
|
94 |
anno = (input_image, masks)
|
95 |
return [ masks, anno]
|
96 |
|
97 |
-
|
98 |
[input_image, everything_image, masks, text],
|
99 |
[masks, selected_masks_image], queue=False)
|
100 |
|
|
|
94 |
anno = (input_image, masks)
|
95 |
return [ masks, anno]
|
96 |
|
97 |
+
everything_image.select(on_everything_image_select,
|
98 |
[input_image, everything_image, masks, text],
|
99 |
[masks, selected_masks_image], queue=False)
|
100 |
|