harish3110 commited on
Commit
c1bb981
1 Parent(s): dc419ef

Fixed dictionary mapping error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ emotion_dict = {
17
  'sad': 'Sad',
18
  'hap': 'Happy',
19
  'ang': 'Anger',
20
- 'neutral': 'Neutral'
21
  }
22
 
23
  def predict_emotion(audio):
 
17
  'sad': 'Sad',
18
  'hap': 'Happy',
19
  'ang': 'Anger',
20
+ 'neu': 'Neutral'
21
  }
22
 
23
  def predict_emotion(audio):