lyimo commited on
Commit
afd9d0b
1 Parent(s): 9c0955e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(img):
10
  pred,pred_idx,probs = learn.predict(img)
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
- title = "Common beans diseases classfier"
14
  description = "An app for Irish potato diseases Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies common Irish potato diseases: Late blight and Early blight.</p>"
16
  examples = ['image.jpg']
 
10
  pred,pred_idx,probs = learn.predict(img)
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
+ title = "Irish potato diseases classfier"
14
  description = "An app for Irish potato diseases Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies common Irish potato diseases: Late blight and Early blight.</p>"
16
  examples = ['image.jpg']