MasleK commited on
Commit
b7245b1
·
1 Parent(s): 25b692d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def predict(image):
16
  return dict(zip(categories, map(float,probs)))
17
 
18
  title = "Snail, snake, slug Classifier"
19
- description = f"""<h1> Slug, snake or snail<h1>
20
  <p>A classifier trained on about 300 images. Created as a demo for Gradio and HuggingFace Spaces."""
21
  examples = ['330px-Orange_slug.jpg', 'Green_Snakes.jpg', 'Helix_pomatia_002.JPG']
22
 
 
16
  return dict(zip(categories, map(float,probs)))
17
 
18
  title = "Snail, snake, slug Classifier"
19
+ description = f"""<h1> Slug, snake, snail or other<h1>
20
  <p>A classifier trained on about 300 images. Created as a demo for Gradio and HuggingFace Spaces."""
21
  examples = ['330px-Orange_slug.jpg', 'Green_Snakes.jpg', 'Helix_pomatia_002.JPG']
22