Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeee
/
gradio-cmat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
29f0a11
gradio-cmat
/
app.py
mikeee
Create app.py
29f0a11
about 3 years ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
gradio
as
gr
_ = gr.Interface.load(
"huggingface/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli"
)
_.launch()