asusevski commited on
Commit
8cd9b7d
1 Parent(s): 1a5ca17

better examples

Browse files
Files changed (4) hide show
  1. app.py +1 -1
  2. bordercollie.jpg +0 -0
  3. chihuahua.jpg +0 -0
  4. stbernard.jpg +0 -0
app.py CHANGED
@@ -44,5 +44,5 @@ gr.Interface(fn=classify_image,
44
  inputs=gr.Image(type="pil"),
45
  outputs=gr.Label(num_top_classes=3),
46
  title="Dog Breed Classifier!",
47
- examples=['chihuahua.jpg', 'yorkie.jpg']
48
  ).launch()
 
44
  inputs=gr.Image(type="pil"),
45
  outputs=gr.Label(num_top_classes=3),
46
  title="Dog Breed Classifier!",
47
+ examples=['bordercollie.jpg', 'stbernard.jpg', 'yorkie.jpg']
48
  ).launch()
bordercollie.jpg ADDED
chihuahua.jpg DELETED
Binary file (16.4 kB)
 
stbernard.jpg ADDED