Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def predict(image):
|
|
| 13 |
|
| 14 |
return {l: scores[i].item() for i,l in enumerate(learner.dls.vocab)}
|
| 15 |
title = "Snail, snake, slug Classifier"
|
| 16 |
-
description = f"<
|
| 17 |
examples = ['330px-Orange_slug.jpg', 'Green_Snakes.jpg', 'Helix_pomatia_002.JPG']
|
| 18 |
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
return {l: scores[i].item() for i,l in enumerate(learner.dls.vocab)}
|
| 15 |
title = "Snail, snake, slug Classifier"
|
| 16 |
+
description = f"<p>A classifier trained on about 300 images. Created as a demo for Gradio and HuggingFace Spaces."
|
| 17 |
examples = ['330px-Orange_slug.jpg', 'Green_Snakes.jpg', 'Helix_pomatia_002.JPG']
|
| 18 |
|
| 19 |
|