Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhongdj
/
microsoft-deberta-v3-large
like
0
Sleeping
App
Files
Files
Community
c64ece6
microsoft-deberta-v3-large
/
app.py
zhongdj
initial commit
c64ece6
over 1 year ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/deberta-v3-large"
).launch()