MasleK commited on
Commit
2dddd71
·
1 Parent(s): ebf2f89

Update app.py

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