Spaces:
Sleeping
Sleeping
Prathmesh Patil
commited on
Update app.py
Browse files
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('
|
| 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')
|