Spaces:
Runtime error
Runtime error
Update src/pose.py
Browse files- src/pose.py +0 -1
src/pose.py
CHANGED
@@ -1094,7 +1094,6 @@ def save_mesh(
|
|
1094 |
mesh.apply_transform(rot)
|
1095 |
mesh.export(save_path / f"{fname}.obj")
|
1096 |
mesh.export(save_path / f"{fname}.glb")
|
1097 |
-
mesh.export(save_path / f"{fname}.gltf")
|
1098 |
|
1099 |
|
1100 |
def eft_step(
|
|
|
1094 |
mesh.apply_transform(rot)
|
1095 |
mesh.export(save_path / f"{fname}.obj")
|
1096 |
mesh.export(save_path / f"{fname}.glb")
|
|
|
1097 |
|
1098 |
|
1099 |
def eft_step(
|