Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
quick-qa
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
quick-qa
/
app.py
abidlabs
HF Staff
Create app.py
aa72c16
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/deepset/roberta-base-squad2"
).launch();