Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ image = Image.open('close-asian-woman-eyes-flash-260nw-433717459.jpg')
|
|
41 |
st.image(image, use_column_width='auto')
|
42 |
st.write('2. Prediction result will be shown immediately')
|
43 |
|
44 |
-
|
|
|
45 |
|
46 |
st.set_option('deprecation.showfileUploaderEncoding', False)
|
47 |
|
|
|
41 |
st.image(image, use_column_width='auto')
|
42 |
st.write('2. Prediction result will be shown immediately')
|
43 |
|
44 |
+
st.write('## Upload image file below')
|
45 |
+
file = st.file_uploader("", type=["jpg", "png", "jpeg"])
|
46 |
|
47 |
st.set_option('deprecation.showfileUploaderEncoding', False)
|
48 |
|