Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with block:
|
|
65 |
# components
|
66 |
components = {
|
67 |
point_coords, point_labels, raw_image, masks, cutout_idx,
|
68 |
-
feedback,
|
69 |
input_image, point_label_radio, reset_btn, run_btn, masks_annotated_image}
|
70 |
# event - init coords
|
71 |
def on_reset_btn_click(raw_image):
|
|
|
65 |
# components
|
66 |
components = {
|
67 |
point_coords, point_labels, raw_image, masks, cutout_idx,
|
68 |
+
feedback,
|
69 |
input_image, point_label_radio, reset_btn, run_btn, masks_annotated_image}
|
70 |
# event - init coords
|
71 |
def on_reset_btn_click(raw_image):
|