Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,9 @@ def main():
|
|
32 |
if 'last_captured' not in st.session_state:
|
33 |
st.session_state['last_captured'] = time.time()
|
34 |
|
35 |
-
image = camera_input_live()
|
36 |
|
37 |
while True:
|
|
|
38 |
|
39 |
if image is not None:
|
40 |
st.image(image)
|
|
|
32 |
if 'last_captured' not in st.session_state:
|
33 |
st.session_state['last_captured'] = time.time()
|
34 |
|
|
|
35 |
|
36 |
while True:
|
37 |
+
image = camera_input_live()
|
38 |
|
39 |
if image is not None:
|
40 |
st.image(image)
|