Anthos23 commited on
Commit
44f1183
·
1 Parent(s): 37c89bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification, Trai
3
  import operator
4
 
5
  def get_sentiment(out):
 
6
  d = dict()
7
  for k in out.keys():
8
  label = out[k]['label']
 
3
  import operator
4
 
5
  def get_sentiment(out):
6
+ print(out)
7
  d = dict()
8
  for k in out.keys():
9
  label = out[k]['label']