Spaces:
Sleeping
Sleeping
zxzx
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ def make3d(images):
|
|
228 |
# get mesh
|
229 |
mesh_out = model.extract_mesh(
|
230 |
planes,
|
231 |
-
use_texture_map=
|
232 |
**infer_config,
|
233 |
)
|
234 |
|
|
|
228 |
# get mesh
|
229 |
mesh_out = model.extract_mesh(
|
230 |
planes,
|
231 |
+
use_texture_map=False,
|
232 |
**infer_config,
|
233 |
)
|
234 |
|