MasleK commited on
Commit
fea8399
·
1 Parent(s): 9b0e11f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ 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"<p>A classifier trained on about 300 images. Created as a demo for Gradio and HuggingFace Spaces."
 
18
  examples = ['330px-Orange_slug.jpg', 'Green_Snakes.jpg', 'Helix_pomatia_002.JPG']
19
 
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"""<1> 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
 
21