andrewzamp commited on
Commit
03f90f2
·
1 Parent(s): 72cd99a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ interface = gr.Interface(
217
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level:", value="species") # Dropdown for taxonomic level
218
  ],
219
  outputs="html", # Output type: HTML for formatting
220
- title="Amazon arboreal species classification",
221
  description="Upload an image and select the taxonomic level (optional) to classify the species."
222
  )
223
 
 
217
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level:", value="species") # Dropdown for taxonomic level
218
  ],
219
  outputs="html", # Output type: HTML for formatting
220
+ title="Neotropical arboreal species classification",
221
  description="Upload an image and select the taxonomic level (optional) to classify the species."
222
  )
223