staswrs commited on
Commit
e8dac8f
·
1 Parent(s): 3830b3a

clean scene 6

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def generate(image_path, face_number=50000, guidance_scale=5.0, num_steps=25):
125
  mesh.metadata.clear()
126
  mesh.name = "geometry_0"
127
 
128
- glb_data = mesh.export(file_type="glb", include_scene=False)
129
  with open(output_path, "wb") as f:
130
  f.write(glb_data)
131
 
 
125
  mesh.metadata.clear()
126
  mesh.name = "geometry_0"
127
 
128
+ glb_data = mesh.export(file_type="glb")
129
  with open(output_path, "wb") as f:
130
  f.write(glb_data)
131