Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
micole66
/
mpk
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
641b1f2
mpk
/
app.py
micole66
Update app.py
1833b6e
almost 3 years ago
raw
Copy download link
history
blame
Safe
215 Bytes
import
gradio
as
gr
gr.Interface.load((
"huggingface/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli"
), allow_flagging=
True
, enable_queue=
True
, api_key=
"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"
).launch()