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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"""<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
 
 
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