Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from speechbrain.inference.interfaces import foreign_class
|
|
11 |
# Facial expression classifier
|
12 |
|
13 |
# Emotion
|
14 |
-
learn_emotion = load_learner('
|
15 |
learn_emotion_labels = learn_emotion.dls.vocab
|
16 |
|
17 |
|
|
|
11 |
# Facial expression classifier
|
12 |
|
13 |
# Emotion
|
14 |
+
learn_emotion = load_learner('emotions_vgg.pkl')
|
15 |
learn_emotion_labels = learn_emotion.dls.vocab
|
16 |
|
17 |
|