Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
title = "Text Classifier 2 - BART-Large-MNLI"
|
3 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
title = "Text Classifier 2 - BART-Large-MNLI"
|
3 |
+
description = "Input text. Then list possible categories for the text. Submit. The machine will assign probabilities to the text belonging to each category."
|
4 |
+
gr.Interface.load("huggingface/facebook/bart-large-mnli", title=title, description=description).launch()
|