Spaces:
Runtime error
Runtime error
jens
commited on
Commit
·
a2c6e8a
1
Parent(s):
a5fefd2
fix
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with block:
|
|
66 |
# components
|
67 |
components = {point_coords, point_labels, image_edit_trigger, masks, cutout_idx, input_image,
|
68 |
point_label_radio, text, reset_btn, sam_sgmt_everything_btn,
|
69 |
-
sam_decode_btn, depth_reconstruction_btn, prompt_image,
|
70 |
|
71 |
# event - init coords
|
72 |
def on_reset_btn_click(input_image):
|
|
|
66 |
# components
|
67 |
components = {point_coords, point_labels, image_edit_trigger, masks, cutout_idx, input_image,
|
68 |
point_label_radio, text, reset_btn, sam_sgmt_everything_btn,
|
69 |
+
sam_decode_btn, depth_reconstruction_btn, prompt_image, lbl_image, n_samples, cube_size, selected_masks_image}
|
70 |
|
71 |
# event - init coords
|
72 |
def on_reset_btn_click(input_image):
|