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