Mwebrania commited on
Commit
0c27663
·
1 Parent(s): 63360dc

Update app.py

Browse files

ultimate_update_v1

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def predict(img):
15
  pred,pred_idx,probs = learn.predict(img)
16
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
17
 
18
- title = "Classification of Diseases in Maize (AI)"
19
- description = "This Machine Learning Model has been trained in Kaggle datasets with fastAI. A web App version is created using Gradio and hosted on HuggingFace Spaces."
20
  article = "sample image"
21
  examples = ['corn.jpg']
22
  interpretation = 'default'
 
15
  pred,pred_idx,probs = learn.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'