pkarthik15's picture
Update app.py
2342447
raw
history blame contribute delete
No virus
219 Bytes
import gradio as gr
# gr.Interface.load("models/facebook/bart-large-mnli", title="Zero shot classification").launch()
gr.Interface.load("models/joeddav/xlm-roberta-large-xnli", title="Zero shot classification").launch()