Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ interface = gr.Interface(
|
|
218 |
],
|
219 |
outputs="html", # Output type: HTML for formatting
|
220 |
title="Neotropical arboreal species classification",
|
221 |
-
description="Upload an image and our AI will classify the animal.
|
222 |
)
|
223 |
|
224 |
# Launch the Gradio interface with authentication for the specified users
|
|
|
218 |
],
|
219 |
outputs="html", # Output type: HTML for formatting
|
220 |
title="Neotropical arboreal species classification",
|
221 |
+
description="Upload an image and our AI will classify the animal. NOTE: it's best not to feed the whole image but just the cropped animal (in the final model this will be done automatically)."
|
222 |
)
|
223 |
|
224 |
# Launch the Gradio interface with authentication for the specified users
|