Update app.py
Browse filesultimate_update_v1
app.py
CHANGED
@@ -15,8 +15,8 @@ def predict(img):
|
|
15 |
pred,pred_idx,probs = learn.predict(img)
|
16 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
17 |
|
18 |
-
title = "
|
19 |
-
description = "
|
20 |
article = "sample image"
|
21 |
examples = ['corn.jpg']
|
22 |
interpretation = 'default'
|
|
|
15 |
pred,pred_idx,probs = learn.predict(img)
|
16 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
17 |
|
18 |
+
title = "CLASMA"
|
19 |
+
description = "Artificial Intelligence app for classifying disease in maize leaves."
|
20 |
article = "sample image"
|
21 |
examples = ['corn.jpg']
|
22 |
interpretation = 'default'
|