mskov commited on
Commit
a94b06f
1 Parent(s): f8fa917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from transformers import AutoModelForSequenceClassification, pipeline, RobertaFo
15
  # pull in misophonia-specific model
16
 
17
  # Building prediction function for gradio
18
- emotion_dict = {
19
  'sad': 'Sad',
20
  'hap': 'Happy',
21
  'ang': 'Anger',
 
15
  # pull in misophonia-specific model
16
 
17
  # Building prediction function for gradio
18
+ emo_dict = {
19
  'sad': 'Sad',
20
  'hap': 'Happy',
21
  'ang': 'Anger',