CharimCibersegurata commited on
Commit
c9e5fa6
1 Parent(s): 0a587c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from keras.models import load_model
7
  import numpy as np
8
 
9
  # parameters for loading data and images
10
- detection_model_path = '/haarcascade_frontalface_default.xml'
11
- emotion_model_path = '/_mini_XCEPTION.102-0.66.hdf5'
12
 
13
  # hyper-parameters for bounding boxes shape
14
  # loading models
 
7
  import numpy as np
8
 
9
  # parameters for loading data and images
10
+ detection_model_path = 'haarcascade_frontalface_default.xml'
11
+ emotion_model_path = '_mini_XCEPTION.102-0.66.hdf5'
12
 
13
  # hyper-parameters for bounding boxes shape
14
  # loading models