File size: 318 Bytes
e71f2d5
bcb68bb
e2b4c1a
aa54e08
1
2
3
4
5
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()