derektan commited on
Commit
66c5745
·
1 Parent(s): e6b1c00

More footnote

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,7 +365,7 @@ with gr.Blocks(title="Search-TTA", theme=gr.themes.Base()) as demo:
365
  # Footer to point out to model and data from app page.
366
  gr.Markdown(
367
  """
368
- This satellite image CLIP encoder is fine-tuned using [Sentinel-2 Level 2A](https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l2a/) satellite images and taxonomy images and locations from [iNaturalist](https://inaturalist.org/).
369
  """
370
  )
371
 
 
365
  # Footer to point out to model and data from app page.
366
  gr.Markdown(
367
  """
368
+ The satellite image CLIP encoder is fine-tuned using [Sentinel-2 Level 2A](https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l2a/) satellite image and taxonomy images (with GPS locations) from [iNaturalist](https://inaturalist.org/). The sound CLIP encoder is fine-tuned with a subset of the same taxonomy images and their corresponding sounds from [iNaturalist](https://inaturalist.org/). Note that while some of the examples above result in poor probability distributions, they will be improved using our test-time adaptation framework during the search process.
369
  """
370
  )
371