devdata commited on
Commit
08ebcba
·
1 Parent(s): 6f90bb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ def predict(img):
10
  pred,pred_idx,probs = learn.predict(img)
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
- title = "Kapu"
14
- description = "An app for Chicken Disease Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies common beans diseases: Anthracnose and Bean rust.</p>"
16
  examples = ['image.png']
17
  interpretation='default'
 
10
  pred,pred_idx,probs = learn.predict(img)
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
+ title = "Common beans diseases classfier"
14
+ description = "An app for Common beans diseases Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies common beans diseases: Anthracnose and Bean rust.</p>"
16
  examples = ['image.png']
17
  interpretation='default'