Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ for cls in myList:
|
|
37 |
encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
38 |
|
39 |
# camera to take photo of user in question
|
40 |
-
file_name = st.
|
41 |
|
42 |
def add_attendance(name):
|
43 |
username = name
|
|
|
37 |
encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
38 |
|
39 |
# camera to take photo of user in question
|
40 |
+
file_name = st.file_uploader("Upload image")
|
41 |
|
42 |
def add_attendance(name):
|
43 |
username = name
|