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