Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srivelan
/
microsoft-deberta-v3-base
like
0
Sleeping
App
Files
Files
Community
b8a15cb
microsoft-deberta-v3-base
/
app.py
srivelan
initial commit
b8a15cb
verified
5 months ago
raw
Copy download link
history
blame
Safe
73 Bytes
import
gradio
as
gr
gr.load(
"models/microsoft/deberta-v3-base"
).launch()