Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 |
|