SIGMitch commited on
Commit
6e76a58
·
verified ·
1 Parent(s): 0484fd6
Files changed (1) hide show
  1. app.py +1 -1
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=True,
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