Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jaecheon
/
deepset-deberta-v3-base-squad2-sample
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
776db33
deepset-deberta-v3-base-squad2-sample
/
app.py
Jaecheon
initial commit
776db33
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/deepset/deberta-v3-base-squad2"
).launch()