lyimo commited on
Commit
a9152c1
·
1 Parent(s): a0038dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  title = "Irish Potato and Common beans diseases classfier"
14
  description = "An app for Irish Potato and Common beans diseases Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies Irish Potato and Common beans diseases: Common bean Anthracnose Bean rust diseases and Irish potato Early blight and Late blight diseases.</p>"
16
- examples = ['image1.png', 'image2.jpeg', 'image3.jpg']
17
  interpretation='default'
18
  enable_queue=True
19
 
 
13
  title = "Irish Potato and Common beans diseases classfier"
14
  description = "An app for Irish Potato and Common beans diseases Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies Irish Potato and Common beans diseases: Common bean Anthracnose Bean rust diseases and Irish potato Early blight and Late blight diseases.</p>"
16
+ examples = ['image2.jpeg', 'image3.jpg']
17
  interpretation='default'
18
  enable_queue=True
19