Spaces:
Runtime error
Runtime error
wipzz
Browse files
app.py
CHANGED
@@ -150,7 +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 |
-
pc.save(
|
154 |
|
155 |
|
156 |
def create_gif(pc):
|
|
|
150 |
|
151 |
def save_ply(pc, file_name):
|
152 |
# Produce a mesh (with vertex colors)
|
153 |
+
pc.save(file_name)
|
154 |
|
155 |
|
156 |
def create_gif(pc):
|