Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,9 +9,9 @@ from gradio_molecule3d import Molecule3D
|
|
| 9 |
|
| 10 |
os.system("pip install allmetal3d-0.4.0-py3-none-any.whl")
|
| 11 |
|
| 12 |
-
os.system("mkdir -p /home/user/.local/share/allmetal3d")
|
| 13 |
|
| 14 |
-
os.system("mv *.pth /home/user/.local/share/allmetal3d/")
|
| 15 |
|
| 16 |
|
| 17 |
from allmetal3d.utils.helpersNew import *
|
|
|
|
| 9 |
|
| 10 |
os.system("pip install allmetal3d-0.4.0-py3-none-any.whl")
|
| 11 |
|
| 12 |
+
os.system("mkdir -p /home/user/.local/share/allmetal3d/weights")
|
| 13 |
|
| 14 |
+
os.system("mv *.pth /home/user/.local/share/allmetal3d/weights/")
|
| 15 |
|
| 16 |
|
| 17 |
from allmetal3d.utils.helpersNew import *
|