Spaces:
Runtime error
Runtime error
better examples
Browse files- app.py +1 -1
- bordercollie.jpg +0 -0
- chihuahua.jpg +0 -0
- 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=['
|
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