simonduerr commited on
Commit
3338925
·
verified ·
1 Parent(s): c09197e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 *