immelstorun commited on
Commit
9a533bd
1 Parent(s): ccd51f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,8 @@ emotion_dict = {
16
  'sad': 'Sad',
17
  'hap': 'Happy',
18
  'ang': 'Anger',
 
 
19
  'neu': 'Neutral'
20
  }
21
 
 
16
  'sad': 'Sad',
17
  'hap': 'Happy',
18
  'ang': 'Anger',
19
+ 'fea': 'Fear',
20
+ 'sur': 'Surprised',
21
  'neu': 'Neutral'
22
  }
23