Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def predict(img):
|
|
| 13 |
title = "Plant leaf Disease Classifier"
|
| 14 |
description = "A leaf disease classifier. This is just a demo"
|
| 15 |
article="<p style='text-align: center'>Deep conclusions</a></p>"
|
| 16 |
-
examples = ['grape.jpg']
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|
| 19 |
|
|
|
|
| 13 |
title = "Plant leaf Disease Classifier"
|
| 14 |
description = "A leaf disease classifier. This is just a demo"
|
| 15 |
article="<p style='text-align: center'>Deep conclusions</a></p>"
|
| 16 |
+
examples = ['grape.jpg', 'black.jpg']
|
| 17 |
interpretation='default'
|
| 18 |
enable_queue=True
|
| 19 |
|