Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def classify(im):
|
|
| 18 |
confidences = {label: float(probs[i]) for i, label in enumerate(labels)}
|
| 19 |
return confidences
|
| 20 |
|
| 21 |
-
|
| 22 |
title = """<h1 id="title">Bean plant health predictor through images of leaves using ViT image classifier</h1>"""
|
| 23 |
|
| 24 |
description = """
|
|
|
|
| 18 |
confidences = {label: float(probs[i]) for i, label in enumerate(labels)}
|
| 19 |
return confidences
|
| 20 |
|
| 21 |
+
#### APP #####
|
| 22 |
title = """<h1 id="title">Bean plant health predictor through images of leaves using ViT image classifier</h1>"""
|
| 23 |
|
| 24 |
description = """
|