Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crystal99
/
text-to-question-answering
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d05cfea
text-to-question-answering
/
app.py
crystal99
initial commit
b84358b
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
gr.load(
"models/mhassan101/bert-finetuned-squad-ds"
).launch()