lily-hust commited on
Commit
93258e5
·
1 Parent(s): 8aeff7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from tensorflow.keras.applications.resnet50 import preprocess_input
8
  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
- 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
 
 
8
  from tensorflow.keras.preprocessing.image import img_to_array
9
 
10
  st.title('Jacaranda Identification')
11
+ st.markdown('This is a Deep Learning application to identify if a satellite image clip contains Jacaranda trees. The predicting result will be "Jacaranda", or "Others".
12
+ 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