Spaces:
Sleeping
Sleeping
Update app.py
#2
by danteal - opened
app.py
CHANGED
|
@@ -59,6 +59,8 @@ labels = [
|
|
| 59 |
"Trigo_Deficiencia_nitrógeno"
|
| 60 |
]
|
| 61 |
|
|
|
|
|
|
|
| 62 |
def predict(img):
|
| 63 |
img = img.resize((96, 96))
|
| 64 |
arr = np.array(img) / 255.0
|
|
|
|
| 59 |
"Trigo_Deficiencia_nitrógeno"
|
| 60 |
]
|
| 61 |
|
| 62 |
+
|
| 63 |
+
|
| 64 |
def predict(img):
|
| 65 |
img = img.resize((96, 96))
|
| 66 |
arr = np.array(img) / 255.0
|