Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def attend():
|
|
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 |
|
|
|
82 |
img_file_buffer=st.camera_input("Take a picture")
|
83 |
if img_file_buffer is not None:
|
84 |
|
85 |
+
st.write("yes there is image")
|
86 |
# test_image = Image.open()
|
87 |
st.image(img_file_buffer)
|
88 |
|