mgonnzz commited on
Commit
43a8788
·
1 Parent(s): 8fafe20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- file = st.file_uploader("Upload image file below", type=["jpg", "png", "jpeg"])
 
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