andrewzamp commited on
Commit
bbe97e2
·
verified ·
1 Parent(s): 32b40a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. You can select the desired taxonomic level for the prediction, or leave the decision to our model that will output the one with the higher confidence."
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