Spaces:
Sleeping
Sleeping
Commit
·
03f90f2
1
Parent(s):
72cd99a
Update app.py
Browse files
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="
|
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 |
|