Spaces:
Runtime error
Runtime error
s194649
commited on
Commit
·
aed7a48
1
Parent(s):
7544b79
fix
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ with block:
|
|
| 162 |
path = dpt.generate_obj_rgb(image=inputs[input_image],
|
| 163 |
cube_size=inputs[cube_size],
|
| 164 |
n_samples=inputs[n_samples],
|
| 165 |
-
masks=inputs[masks],
|
| 166 |
min_depth=inputs[min_depth],
|
| 167 |
max_depth=inputs[max_depth]) #
|
| 168 |
return {pcl_figure: path}
|
|
|
|
| 162 |
path = dpt.generate_obj_rgb(image=inputs[input_image],
|
| 163 |
cube_size=inputs[cube_size],
|
| 164 |
n_samples=inputs[n_samples],
|
| 165 |
+
#masks=inputs[masks],
|
| 166 |
min_depth=inputs[min_depth],
|
| 167 |
max_depth=inputs[max_depth]) #
|
| 168 |
return {pcl_figure: path}
|