lily-hust commited on
Commit
8aeff7b
·
1 Parent(s): 3a1a3a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from tensorflow.keras.preprocessing.image import img_to_array
9
 
10
  st.title('Jacaranda Identification')
11
  st.markdown('A Deep learning application to identify if a satellite image clip contains Jacaranda trees. The predicting result will be "Jacaranda", or "Others".')
 
12
 
13
  uploaded_file = st.file_uploader("Upload image files", type="jpg", accept_multiple_files=True)
14
 
 
9
 
10
  st.title('Jacaranda Identification')
11
  st.markdown('A Deep learning application to identify if a satellite image clip contains Jacaranda trees. The predicting result will be "Jacaranda", or "Others".')
12
+ st.markdown('You can click "Brows files" multiple times until adding all images before generating prediction.')
13
 
14
  uploaded_file = st.file_uploader("Upload image files", type="jpg", accept_multiple_files=True)
15