lily-hust commited on
Commit
233cf7e
1 Parent(s): f399f98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from datasets import load_dataset
11
  def main():
12
  st.title('Jacaranda Identification')
13
 
14
- st.markdown("This is a Deep Learning application to identify if a satellite image clip contains Jacaranda trees.\n")
15
  st.markdown('The predicting result will be "Jacaranda", or "Others".')
16
  st.markdown('You can click "Browse files" multiple times until adding all images before generating prediction.\n')
17
  st.markdown('The image clips can look like these examples. The image size can be arbitrary but better not include too much contents.')
 
11
  def main():
12
  st.title('Jacaranda Identification')
13
 
14
+ st.markdown("This is a Deep Learning application to identify if a aerial image clip contains Jacaranda trees.\n")
15
  st.markdown('The predicting result will be "Jacaranda", or "Others".')
16
  st.markdown('You can click "Browse files" multiple times until adding all images before generating prediction.\n')
17
  st.markdown('The image clips can look like these examples. The image size can be arbitrary but better not include too much contents.')