Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,9 +80,10 @@ def attend():
|
|
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 |
test_image = Image.open(img_file_buffer)
|
85 |
-
st.image(test_image
|
86 |
|
87 |
# s = True
|
88 |
|
|
|
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(img_file_buffer)
|
86 |
+
st.image(test_image)
|
87 |
|
88 |
# s = True
|
89 |
|