rubensg28 commited on
Commit
fec14cc
·
verified ·
1 Parent(s): d7321b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def predict(img):
13
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
14
 
15
 
16
- title = "Bad species predictor"
17
- description = "A bad model that tries to identify the type of species from the Canary Islands."
18
  examples = ['invasive', 'endemic']
19
 
20
  gr.Interface(
 
13
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
14
 
15
 
16
+ title = "Plant species classifier"
17
+ description = "Model that tries to classify the plant species from the Canary Islands as either endemic or invasive."
18
  examples = ['invasive', 'endemic']
19
 
20
  gr.Interface(