Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
|
|
34 |
file_name = st.file_uploader("Upload image")
|
35 |
|
36 |
def add_attendance(names):
|
37 |
-
url = "https://
|
38 |
success_count = 0
|
39 |
print(len(names))
|
40 |
|
|
|
34 |
file_name = st.file_uploader("Upload image")
|
35 |
|
36 |
def add_attendance(names):
|
37 |
+
url = "https://ai-ml-project.glitch.me/adduserdata1" # Change this URL to your Glitch endpoint
|
38 |
success_count = 0
|
39 |
print(len(names))
|
40 |
|