CesarLeblanc commited on
Commit
adbb611
1 Parent(s): 8effe15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,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
 
 
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_url = "https://files.ibot.cas.cz/cevs/images/taxa/thumbs/Eryngium_maritimum18.jpg"
45
  image = gr.Image(value=image_url)
46
  return image
47