Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johannes11
/
distilbert-base-cased-distilled-squad
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
distilbert-base-cased-distilled-squad
/
app.py
johannes11
initial commit
7f0be47
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
85 Bytes
import
gradio
as
gr
gr.load(
"models/distilbert-base-cased-distilled-squad"
).launch()