SIGMitch commited on
Commit
806fbdd
·
verified ·
1 Parent(s): ac3cfa0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def make3d(images):
232
  **infer_config,
233
  )
234
  vertices, faces, uvs, mesh_tex_idx, tex_map = mesh_out
235
- save_obj_with_mtl(
236
  vertices.data.cpu().numpy(),
237
  uvs.data.cpu().numpy(),
238
  faces.data.cpu().numpy(),
 
232
  **infer_config,
233
  )
234
  vertices, faces, uvs, mesh_tex_idx, tex_map = mesh_out
235
+ save_obj_with_mtl(
236
  vertices.data.cpu().numpy(),
237
  uvs.data.cpu().numpy(),
238
  faces.data.cpu().numpy(),