Spaces:
Runtime error
Runtime error
jens
commited on
Commit
·
6e74f5b
1
Parent(s):
af06a2a
fix
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with block:
|
|
53 |
sam_decode_btn, depth_reconstruction_btn, masks_annotated_image, n_samples}
|
54 |
def on_depth_reconstruction_btn_click(inputs):
|
55 |
print("depth reconstruction")
|
56 |
-
image = inputs[
|
57 |
# depth reconstruction
|
58 |
#mask = inputs[masks][0][0]
|
59 |
path = dpt.generate_obj(image, inputs[n_samples])
|
|
|
53 |
sam_decode_btn, depth_reconstruction_btn, masks_annotated_image, n_samples}
|
54 |
def on_depth_reconstruction_btn_click(inputs):
|
55 |
print("depth reconstruction")
|
56 |
+
image = inputs[input_image]
|
57 |
# depth reconstruction
|
58 |
#mask = inputs[masks][0][0]
|
59 |
path = dpt.generate_obj(image, inputs[n_samples])
|