Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ for cls in myList:
|
|
27 |
encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
28 |
|
29 |
# camera to take photo of user in question
|
30 |
-
file_name = st.
|
31 |
|
32 |
def add_attendance(name):
|
33 |
username = name
|
|
|
27 |
encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
28 |
|
29 |
# camera to take photo of user in question
|
30 |
+
file_name = st.camera_input("Capture image")
|
31 |
|
32 |
def add_attendance(name):
|
33 |
username = name
|