gradio-cmat / app.py
mikeee's picture
Create app.py
29f0a11
raw
history blame
108 Bytes
import gradio as gr
_ = gr.Interface.load("huggingface/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli")
_.launch()