Update app.py
Browse files
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.
|
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 |
|