Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import numpy as np
|
|
8 |
|
9 |
# parameters for loading data and images
|
10 |
detection_model_path = 'haarcascade_files/haarcascade_frontalface_default.xml'
|
11 |
-
emotion_model_path = '
|
12 |
|
13 |
# hyper-parameters for bounding boxes shape
|
14 |
# loading models
|
|
|
8 |
|
9 |
# parameters for loading data and images
|
10 |
detection_model_path = 'haarcascade_files/haarcascade_frontalface_default.xml'
|
11 |
+
emotion_model_path = 'model2/model2_entire_model.h5'
|
12 |
|
13 |
# hyper-parameters for bounding boxes shape
|
14 |
# loading models
|