Wootang01's picture
Update app.py
e2b4c1a
raw
history blame contribute delete
318 Bytes
import gradio as gr
title = "Text Classifier 2 - BART-Large-MNLI"
description = "Input text. Then list categories for the text. Submit. The machine will list probabilities of the text belonging to each category."
gr.Interface.load("huggingface/facebook/bart-large-mnli", title=title, description=description).launch()