freealise commited on
Commit
564b181
1 Parent(s): 900284f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def get_mesh(image, depth):
237
  # Save as glb
238
  glb_file = tempfile.NamedTemporaryFile(suffix='.glb', delete=False)
239
  glb_path = glb_file.name
240
- scene.export(glb_path, line_settings={'point_size':2})
241
  print('file - ok')
242
  return glb_path
243
 
 
237
  # Save as glb
238
  glb_file = tempfile.NamedTemporaryFile(suffix='.glb', delete=False)
239
  glb_path = glb_file.name
240
+ scene.export(glb_path)
241
  print('file - ok')
242
  return glb_path
243