Spaces:
Runtime error
Runtime error
wdwkjn
Browse files
app.py
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
picture = st.camera_input("First, take a picture...")
|
3 |
|
4 |
-
|
5 |
-
with open ('test.jpg','wb') as file:
|
6 |
-
file.write(picture.getbuffer())
|
|
|
1 |
import streamlit as st
|
2 |
picture = st.camera_input("First, take a picture...")
|
3 |
|
4 |
+
st.write(picture)
|
|
|
|