awacke1 commited on
Commit
5693d33
1 Parent(s): 57b928a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)