devdata commited on
Commit
53db012
·
1 Parent(s): 5ff10a0

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 = "Kapu"
14
  description = "An app for Chicken Disease Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies three chicken diseases: Coccidiosis, Salmonella, and Newcastle, aiding in effective disease management for poultry farming.</p>"
16
- examples = ['test_image.jpg']
17
  interpretation='default'
18
  enable_queue=True
19
 
 
13
  title = "Kapu"
14
  description = "An app for Chicken Disease Classisfication"
15
  article="<p style='text-align: center'>The app identifies and classifies three chicken diseases: Coccidiosis, Salmonella, and Newcastle, aiding in effective disease management for poultry farming.</p>"
16
+ examples = ['test_image.png']
17
  interpretation='default'
18
  enable_queue=True
19