Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from tensorflow.keras.preprocessing.image import img_to_array
|
|
10 |
st.title('Palm Identification')
|
11 |
st.markdown("This is a Deep Learning application to identify if a satellite image clip contains Palm trees.\n")
|
12 |
st.markdown('The predicting result will be "Palm", or "Others".')
|
13 |
-
st.markdown('You can click "
|
14 |
|
15 |
uploaded_file = st.file_uploader("Upload an image file", type="jpg")
|
16 |
st.image(uploaded_file, width=100)
|
|
|
10 |
st.title('Palm Identification')
|
11 |
st.markdown("This is a Deep Learning application to identify if a satellite image clip contains Palm trees.\n")
|
12 |
st.markdown('The predicting result will be "Palm", or "Others".')
|
13 |
+
st.markdown('You can click "Browse files" multiple times until adding all images before generating prediction.\n')
|
14 |
|
15 |
uploaded_file = st.file_uploader("Upload an image file", type="jpg")
|
16 |
st.image(uploaded_file, width=100)
|