Spaces:
Sleeping
Sleeping
fix: Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def export_geometry(geometry, file_format='obj'):
|
|
72 |
output_path = tempfile.mktemp(suffix=supported_formats[file_format.lower()])
|
73 |
|
74 |
# Create a copy of the geometry to avoid modifying the original
|
75 |
-
geometry_copy = geometry
|
76 |
|
77 |
# Apply rotation
|
78 |
rot = np.eye(4)
|
|
|
72 |
output_path = tempfile.mktemp(suffix=supported_formats[file_format.lower()])
|
73 |
|
74 |
# Create a copy of the geometry to avoid modifying the original
|
75 |
+
geometry_copy = geometry
|
76 |
|
77 |
# Apply rotation
|
78 |
rot = np.eye(4)
|