CesarLeblanc commited on
Commit
8c628ec
·
verified ·
1 Parent(s): 2f21a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,6 +24,7 @@ def return_habitat_image(habitat_label):
24
  else:
25
  image_url = "https://www.salonlfc.com/wp-content/uploads/2018/01/image-not-found-scaled-1150x647.png"
26
  #image_url = "https://www.commissionoceanindien.org/wp-content/uploads/2018/07/plantnet.jpg" # While we don't have the rights
 
27
  image = gr.Image(value=image_url)
28
  return image
29
 
@@ -41,6 +42,7 @@ def return_species_image(species):
41
  else:
42
  image_url = "https://www.salonlfc.com/wp-content/uploads/2018/01/image-not-found-scaled-1150x647.png"
43
  #image_url = "https://www.commissionoceanindien.org/wp-content/uploads/2018/07/plantnet.jpg" # While we don't have the rights
 
44
  image = gr.Image(value=image_url)
45
  return image
46
 
 
24
  else:
25
  image_url = "https://www.salonlfc.com/wp-content/uploads/2018/01/image-not-found-scaled-1150x647.png"
26
  #image_url = "https://www.commissionoceanindien.org/wp-content/uploads/2018/07/plantnet.jpg" # While we don't have the rights
27
+ image_url = https://files.ibot.cas.cz/cevs/images/syntaxa/large/Rorippo-Phalaridetum_arundinaceae2.jpg # 800-600 for Q51
28
  image = gr.Image(value=image_url)
29
  return image
30
 
 
42
  else:
43
  image_url = "https://www.salonlfc.com/wp-content/uploads/2018/01/image-not-found-scaled-1150x647.png"
44
  #image_url = "https://www.commissionoceanindien.org/wp-content/uploads/2018/07/plantnet.jpg" # While we don't have the rights
45
+ image_url = https://files.ibot.cas.cz/cevs/images/taxa/large/Eryngium_maritimum18.jpg # 1600-1200 for Q51 for eryngium maritimum
46
  image = gr.Image(value=image_url)
47
  return image
48