Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pthester
/
tiny-QA
like
0
Running
App
Files
Files
Community
8dca714
tiny-QA
/
app.py
pthester
Create app.py
8dca714
over 1 year ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/deepset/tinyroberta-squad2"
).launch()