nikshep01 commited on
Commit
0d913e9
1 Parent(s): 61c7e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ for cls in myList:
31
  encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
32
 
33
  # camera to take photo of user in question
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
 
31
  encodeListknown = [face_recognition.face_encodings(img)[0] for img in Images]
32
 
33
  # camera to take photo of user in question
34
+ file_name = st.camera_input("Upload image")
35
 
36
  def add_attendance(names):
37
  url = "https://ai-ml-project.glitch.me/adduserdata1" # Change this URL to your Glitch endpoint