lyimo commited on
Commit
26e3b04
1 Parent(s): 25ff16b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
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'
18
  enable_queue=True
19
 
 
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.jpeg']
17
  interpretation='default'
18
  enable_queue=True
19