23A475R commited on
Commit
47a77c5
1 Parent(s): 53d5067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'models/model2_entire_model.h5'
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