Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|