Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
microsoft-BioGPT-Large-PubMedQA
like
2
Build error
App
Files
Files
Community
5ce7d78
microsoft-BioGPT-Large-PubMedQA
/
app.py
awacke1
initial commit
8e2f19c
almost 2 years ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/BioGPT-Large-PubMedQA"
).launch()