lily-hust commited on
Commit
91bfda6
1 Parent(s): 2fb6cdd

Update app.py

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