Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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',
|