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...
2854cb4
roberta-base-squad2
/
app.py
akhaliq
HF staff
Update app.py
2c35d72
almost 3 years ago
raw
Copy download link
history
blame
Safe
180 Bytes
import
gradio
as
gr
examples=[[
'My name is Sarah and I live in London'
,
'Where do I live?'
]]
gr.Interface.load(
"huggingface/deepset/roberta-base-squad2"
,examples=examples).launch()