CesarLeblanc commited on
Commit
f01b949
1 Parent(s): 1dfab1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def return_habitat_image(habitat_label, habitat_score, confidence):
29
  if habitat_score*100 < confidence:
30
  image_url = "https://www.salonlfc.com/wp-content/uploads/2018/01/image-not-found-scaled-1150x647.png"
31
  #image_url = "https://www.commissionoceanindien.org/wp-content/uploads/2018/07/plantnet.jpg"
32
- image_url = "https://floraveg.eu/habitat/pictures/Q51#image12372"
33
  image = gr.Image(value=image_url)
34
  return image
35
 
 
29
  if habitat_score*100 < confidence:
30
  image_url = "https://www.salonlfc.com/wp-content/uploads/2018/01/image-not-found-scaled-1150x647.png"
31
  #image_url = "https://www.commissionoceanindien.org/wp-content/uploads/2018/07/plantnet.jpg"
32
+ image_url = "https://files.ibot.cas.cz/cevs/images/syntaxa/large/Rorippo-Phalaridetum_arundinaceae1.jpg"
33
  image = gr.Image(value=image_url)
34
  return image
35