Spaces:
Runtime error
Runtime error
Commit
·
16fa93e
1
Parent(s):
96be5bf
Update app.py
Browse files
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"])
|