BertChristiaens commited on
Commit
16fa93e
·
1 Parent(s): 96be5bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -107,4 +107,5 @@ if __name__ == "__main__":
107
  if webcam:
108
  st.image(webcam)
109
  if 'result' in st.session_state:
 
110
  st.image(st.session_state["result"])
 
107
  if webcam:
108
  st.image(webcam)
109
  if 'result' in st.session_state:
110
+ print("Showing result")
111
  st.image(st.session_state["result"])