simonduerr commited on
Commit
218f939
·
verified ·
1 Parent(s): 0739ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
 
8
  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/weights")
13
 
 
7
 
8
  from gradio_molecule3d import Molecule3D
9
 
10
+ os.system("pip install allmetal3d-0.7.4-py3-none-any.whl")
11
 
12
  os.system("mkdir -p /home/user/.local/share/allmetal3d/weights")
13