Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ameykalpe
/
microsoft-BioGPT-Large-PubMedQA
like
0
Sleeping
App
Files
Files
Community
5127ae9
microsoft-BioGPT-Large-PubMedQA
/
app.py
ameykalpe
initial commit
5127ae9
over 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/BioGPT-Large-PubMedQA"
).launch()