Spaces:
Running
on
A100
Running
on
A100
Commit
·
118490a
1
Parent(s):
60cc681
Fix the ldraw path
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def setup():
|
|
22 |
|
23 |
# Set LDraw library path
|
24 |
with zipfile.ZipFile('ldraw.zip') as zip_ref:
|
25 |
-
zip_ref.extractall('
|
26 |
-
os.environ['LDRAW_LIBRARY_PATH'] = os.path.abspath('ldraw')
|
27 |
|
28 |
|
29 |
def main():
|
|
|
22 |
|
23 |
# Set LDraw library path
|
24 |
with zipfile.ZipFile('ldraw.zip') as zip_ref:
|
25 |
+
zip_ref.extractall('ImportLDraw')
|
26 |
+
os.environ['LDRAW_LIBRARY_PATH'] = os.path.abspath('ImportLDraw/ldraw')
|
27 |
|
28 |
|
29 |
def main():
|