Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def predict(img):
|
|
10 |
pred,pred_idx,probs = learn.predict(img)
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
-
title = "
|
14 |
description = "An app for Irish potato diseases Classisfication"
|
15 |
article="<p style='text-align: center'>The app identifies and classifies common Irish potato diseases: Late blight and Early blight.</p>"
|
16 |
examples = ['image.jpg']
|
|
|
10 |
pred,pred_idx,probs = learn.predict(img)
|
11 |
return {labels[i]: float(probs[i]) for i in range(len(labels))}
|
12 |
|
13 |
+
title = "Irish potato diseases classfier"
|
14 |
description = "An app for Irish potato diseases Classisfication"
|
15 |
article="<p style='text-align: center'>The app identifies and classifies common Irish potato diseases: Late blight and Early blight.</p>"
|
16 |
examples = ['image.jpg']
|