Prathmesh Patil commited on
Commit
7f85509
·
verified ·
1 Parent(s): 4bba7e7

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.keras')
10
 
11
  # Load the pre-trained face detection model with error handling
12
  face_cascade = cv.CascadeClassifier('img_for_deepfake_detection\\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('img_for_deepfake_detection\\hass_face.xml')