Mwebrania commited on
Commit
79a0c01
·
1 Parent(s): 0c27663

Update app.py

Browse files
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 = "Artificial Intelligence app for classifying disease in maize 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 = "AI app for classifying disease in crops leaves."
20
  article = "sample image"
21
  examples = ['corn.jpg']
22
  interpretation = 'default'