Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks(title="Wildlife Semantic Search with BioCLIP") as demo:
|
|
340 |
gr.Markdown(
|
341 |
"""
|
342 |
**Disclaimer:**
|
343 |
-
Intended for non-commercial use, no user data is stored or used for training purposes, and all retrieval data is sourced from [iNaturalist](https://inaturalist.org/). Results may vary depending on the input image.
|
344 |
|
345 |
**References:**
|
346 |
This project is inspired by the work on [Biome](https://huggingface.co/spaces/govtech/Biome) from GovTech Singapore.
|
|
|
340 |
gr.Markdown(
|
341 |
"""
|
342 |
**Disclaimer:**
|
343 |
+
Intended for non-commercial use, no user data is stored or used for training purposes, and all retrieval data is sourced from [iNaturalist](https://inaturalist.org/) and the [Global Biodiversity Information Facility (GBIF)](https://techdocs.gbif.org/en/openapi/). Results may vary depending on the input image.
|
344 |
|
345 |
**References:**
|
346 |
This project is inspired by the work on [Biome](https://huggingface.co/spaces/govtech/Biome) from GovTech Singapore.
|