andrewzamp commited on
Commit
ee9c769
·
1 Parent(s): fd81c83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ interface = gr.Interface(
145
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level", value="species", interactive=True)],
146
  outputs="html",
147
  title="Amazon arboreal species classification",
148
- description="Upload an image and select the taxonomic level or let the model decide the resolution."
149
  )
150
 
151
  # Add custom logic to disable the "Taxonomic level" dropdown when "No, I will let the model decide" is selected
 
145
  gr.Dropdown(choices=taxonomic_levels, label="Taxonomic level", value="species", interactive=True)],
146
  outputs="html",
147
  title="Amazon arboreal species classification",
148
+ description="Upload an image and select the taxonomic level (optional) to classify the species."
149
  )
150
 
151
  # Add custom logic to disable the "Taxonomic level" dropdown when "No, I will let the model decide" is selected