Update app.py
Browse files
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 = ['
|
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 |
|