Spaces:
Runtime error
Runtime error
| 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() | |