Prathmesh Patil commited on
Commit
295d2fc
·
verified ·
1 Parent(s): a41debc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from keras.models import load_model
6
  import cv2 as cv
7
 
8
  # Load the trained model
9
- model = load_model('fake_real_face_classification_model.h5')
10
 
11
  # Load the pre-trained face detection model with error handling
12
  face_cascade = cv.CascadeClassifier('hass_face.xml')
 
6
  import cv2 as cv
7
 
8
  # Load the trained model
9
+ model = load_model('FaceAuthenticator.keras')
10
 
11
  # Load the pre-trained face detection model with error handling
12
  face_cascade = cv.CascadeClassifier('hass_face.xml')