Spaces:
Sleeping
Sleeping
Commit
·
ee9c769
1
Parent(s):
fd81c83
Update app.py
Browse files
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
|
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
|