Mwebrania commited on
Commit
1a09b7a
1 Parent(s): 115ccef

Update app.py

Browse files

uploaded the application

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def predict(img):
16
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
17
 
18
  title = "CLASMA"
19
- description = "AI app for classifying disease in crops leaves."
20
  article = "sample image"
21
  examples = ['corn.jpg']
22
  interpretation = 'default'
 
16
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
17
 
18
  title = "CLASMA"
19
+ description = "App for classifying disease in cereal crops(maize & beans) leaves."
20
  article = "sample image"
21
  examples = ['corn.jpg']
22
  interpretation = 'default'