Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docs-demos
/
roberta-base-squad2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1e6662f
roberta-base-squad2
/
app.py
akhaliq
HF staff
Update app.py
1e6662f
almost 3 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/deepset/roberta-base-squad2"
).launch()