Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,14 +76,15 @@ def attend():
|
|
76 |
|
77 |
csv_writer = csv.writer(csv_file)
|
78 |
|
79 |
-
|
80 |
def run_face_recognition():
|
|
|
81 |
img_file_buffer=st.camera_input("Take a picture")
|
82 |
if img_file_buffer is not None:
|
83 |
|
84 |
|
85 |
-
test_image = Image.open(
|
86 |
-
st.image(
|
87 |
|
88 |
# s = True
|
89 |
|
|
|
76 |
|
77 |
csv_writer = csv.writer(csv_file)
|
78 |
|
79 |
+
|
80 |
def run_face_recognition():
|
81 |
+
bytes_data=None
|
82 |
img_file_buffer=st.camera_input("Take a picture")
|
83 |
if img_file_buffer is not None:
|
84 |
|
85 |
|
86 |
+
# test_image = Image.open()
|
87 |
+
st.image(img_file_buffer)
|
88 |
|
89 |
# s = True
|
90 |
|