piperod91 commited on
Commit
6a14bb7
·
1 Parent(s): 69a5527

Closest Fossils: clarify vetted fossil subset includes Florissant and other sites

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -995,8 +995,9 @@ with gr.Blocks(theme='sudeepshouche/minimalist', css=custom_css) as demo:
995
  closest_table = gr.HTML(label="Closest Extant Table")
996
  with gr.Accordion('Closest Fossils'):
997
  gr.Markdown(
998
- "5 closest Florissant fossil images from the fossil subset of "
999
- "<a href='https://plus.figshare.com/articles/dataset/Image_collection_and_supporting_data_for_An_image_dataset_of_cleared_x-rayed_and_fossil_leaves_vetted_to_plant_family_for_human_and_machine_learning/14980698' target='_blank'>The image dataset</a>. "
 
1000
  "**Ordered from most to least similar.** "
1001
  "Same logic: embedding similarity + at least one from predicted family when you have run **Classify Image**. "
1002
  "Some of these closest families may come from a broader vetted collection beyond the Florissant training fossils."
 
995
  closest_table = gr.HTML(label="Closest Extant Table")
996
  with gr.Accordion('Closest Fossils'):
997
  gr.Markdown(
998
+ "5 closest fossil images from the vetted fossil subset of "
999
+ "<a href='https://plus.figshare.com/articles/dataset/Image_collection_and_supporting_data_for_An_image_dataset_of_cleared_x-rayed_and_fossil_leaves_vetted_to_plant_family_for_human_and_machine_learning/14980698' target='_blank'>The image dataset</a> "
1000
+ "(including Florissant and other fossil sites). "
1001
  "**Ordered from most to least similar.** "
1002
  "Same logic: embedding similarity + at least one from predicted family when you have run **Classify Image**. "
1003
  "Some of these closest families may come from a broader vetted collection beyond the Florissant training fossils."