Update app.py
Browse filesuploaded the application
app.py
CHANGED
@@ -16,7 +16,7 @@ def predict(img):
|
|
16 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
17 |
|
18 |
title = "CLASMA"
|
19 |
-
description = "
|
20 |
article = "sample image"
|
21 |
examples = ['corn.jpg']
|
22 |
interpretation = 'default'
|
|
|
16 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
17 |
|
18 |
title = "CLASMA"
|
19 |
+
description = "App for classifying disease in cereal crops(maize & beans) leaves."
|
20 |
article = "sample image"
|
21 |
examples = ['corn.jpg']
|
22 |
interpretation = 'default'
|