Wootang01 commited on
Commit
e2b4c1a
·
1 Parent(s): aa54e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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()
 
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()