Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def classify_image(img):
|
|
18 |
return dict(zip(categories, map(float,probs)))
|
19 |
|
20 |
title = "ID_edible_wild_mushroom"
|
21 |
-
description = "A deep learning based image classifier that tries to identify edible mushrooms
|
22 |
interpretation = "default"
|
23 |
|
24 |
# Cell
|
|
|
18 |
return dict(zip(categories, map(float,probs)))
|
19 |
|
20 |
title = "ID_edible_wild_mushroom"
|
21 |
+
description = "A deep learning based image classifier that tries to identify edible mushrooms. Perretxiku onen identifikagailua, deep-learning irudiak ikasita."
|
22 |
interpretation = "default"
|
23 |
|
24 |
# Cell
|