Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ classnames.append("Ravi")
|
|
18 |
|
19 |
img2 = cv2.imread(p2)
|
20 |
Images.append(img2)
|
21 |
-
classnames.append("
|
22 |
|
23 |
# Load images for face recognition
|
24 |
encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
|
|
18 |
|
19 |
img2 = cv2.imread(p2)
|
20 |
Images.append(img2)
|
21 |
+
classnames.append("Sirwan sir")
|
22 |
|
23 |
# Load images for face recognition
|
24 |
encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|