Jerimee commited on
Commit
885111e
·
1 Parent(s): 2b939bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,10 +13,9 @@ if __name__ == "__main__":
13
  outputs = ['text'],
14
  title = 'Sentiment Analysis',
15
  description = 'Determine how negative or positive a given sentiment is. Input a sentence or two and see what the model "thinks."',
16
- btn = gr.Button("Sense mood >>")
17
  examples=[
18
  ["better than nothing, I guess... I guess you get what you pay for :("],
19
- [":( :( :("],
20
  ["This is better than nothing. You get what you pay for!"],
21
  ["the price reasonable"],
22
  ["the price reasonable?"],
 
13
  outputs = ['text'],
14
  title = 'Sentiment Analysis',
15
  description = 'Determine how negative or positive a given sentiment is. Input a sentence or two and see what the model "thinks."',
16
+ btn = gr.Button("Sense mood")
17
  examples=[
18
  ["better than nothing, I guess... I guess you get what you pay for :("],
 
19
  ["This is better than nothing. You get what you pay for!"],
20
  ["the price reasonable"],
21
  ["the price reasonable?"],