Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fiszmanm
/
NeuML-pubmedbert-base-embeddings
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
04589d8
NeuML-pubmedbert-base-embeddings
/
app.py
fiszmanm
initial commit
04589d8
over 1 year ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/NeuML/pubmedbert-base-embeddings"
).launch()