Wootang01 commited on
Commit
dc8767f
1 Parent(s): 0932115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- title = "Sentiment Analyzer 3 -- BART-Large-MNLI"
4
  description = "Input text and submit. The machine will categorize the text according to star ratings with 1 star representing negative sentiment and five stars representing positive sentiment. The machine also presents a percentage prediction."
5
  examples = [["This is the best coffee ever!"], ["This is the worst town I've ever been to!"]]
6
 
1
  import gradio as gr
2
 
3
+ title = "Sentiment Analyzer 3 -- BERT-Base-Multilingual-Uncased-Sentiment"
4
  description = "Input text and submit. The machine will categorize the text according to star ratings with 1 star representing negative sentiment and five stars representing positive sentiment. The machine also presents a percentage prediction."
5
  examples = [["This is the best coffee ever!"], ["This is the worst town I've ever been to!"]]
6