MasleK commited on
Commit
990186a
·
1 Parent(s): 97b5655

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
  return {l: scores[i].item() for i,l in enumerate(learner.dls.vocab)}
15
  title = "Snail, snake, slug Classifier"
16
  description = "A classifier trained on about 300 images. Created as a demo for Gradio and HuggingFace Spaces."
17
- examples = ['slug_1.jpg']
18
 
19
 
20
  gr.Interface(
 
14
  return {l: scores[i].item() for i,l in enumerate(learner.dls.vocab)}
15
  title = "Snail, snake, slug Classifier"
16
  description = "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
 
20
  gr.Interface(