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