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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
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
 
12
 
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'>This app detects and categorizes diseases in Irish Potatoes and Common Beans, such as Common Bean Anthracnose, Bean Rust, Early Blight, and Late Blight. If the app labels an image as <b>other</b>, it implies the uploaded image is not of a leaf, or the camera angle makes identification challenging for the model. Please refer to the examples and upload a clear, close-up picture of the leaf.</p>"
16
  examples = ['image2.jpeg', 'image3.jpg']
17
  interpretation='default'
18
  enable_queue=True