Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simonduerr
/
molecule3d
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
simonduerr
commited on
Dec 5, 2024
Commit
b8dda2d
·
verified
·
1 Parent(s):
899a11b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
from
gradio_bio
import Molecule3D
3
4
# prediction routine
5
def predict(x):
1
import gradio as gr
2
+
from
gradio_molecule3d
import Molecule3D
3
4
# prediction routine
5
def predict(x):