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