iimran commited on
Commit
5aad14b
·
verified ·
1 Parent(s): 573e5cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ if __name__ == "__main__":
84
 
85
  text1 = "Yay! what a happy life"
86
  text2 = "I’ve missed another loan payment, and I don’t know how I’m going to catch up. The pressure is unbearable."
87
- text3 = "I am upset about how badly life is trating me these days, its shit and i wanna end it"
88
 
89
  result1 = pipeline.predict(text1)
90
  result2 = pipeline.predict(text2)
 
84
 
85
  text1 = "Yay! what a happy life"
86
  text2 = "I’ve missed another loan payment, and I don’t know how I’m going to catch up. The pressure is unbearable."
87
+ text3 = "I am upset about how badly life is trating me these days, its shit."
88
 
89
  result1 = pipeline.predict(text1)
90
  result2 = pipeline.predict(text2)