dooraven commited on
Commit
f58cb07
1 Parent(s): 0ced5d2

let's try again

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -150,8 +150,7 @@ def ply_to_glb(ply_file, glb_file):
150
 
151
  def save_ply(pc, file_name):
152
  # Produce a mesh (with vertex colors)
153
- with open(file_name, 'wb') as f:
154
- pc.save(f)
155
 
156
 
157
  def create_gif(pc):
 
150
 
151
  def save_ply(pc, file_name):
152
  # Produce a mesh (with vertex colors)
153
+ pc.save(f)
 
154
 
155
 
156
  def create_gif(pc):