letrandat commited on
Commit
bc1f63b
·
1 Parent(s): 361bec9

add unknown

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. whatisit.webp +0 -0
app.py CHANGED
@@ -18,7 +18,7 @@ def predict(img):
18
  title = "Pet Breed Classifier"
19
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
20
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
21
- examples = ['dog.jpg', 'cat.jpg']
22
  interpretation='default'
23
  enable_queue=True
24
 
 
18
  title = "Pet Breed Classifier"
19
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
20
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
21
+ examples = ['dog.jpg', 'cat.jpg', 'whatisit.webp']
22
  interpretation='default'
23
  enable_queue=True
24
 
whatisit.webp ADDED