Spaces:
Sleeping
Sleeping
added snowman example
Browse files- app.py +1 -1
- snowman.jpg +0 -0
app.py
CHANGED
@@ -14,7 +14,7 @@ iface = gr.Interface(
|
|
14 |
fn=classify_image,
|
15 |
inputs=gr.inputs.Image(shape=(224,224)),
|
16 |
outputs=gr.outputs.Label(),
|
17 |
-
examples=['lego.jpg', 'dog.jpg', 'cactus.jpg', 'plushie.jpg'],
|
18 |
live=True,
|
19 |
enable_queue=True
|
20 |
)
|
|
|
14 |
fn=classify_image,
|
15 |
inputs=gr.inputs.Image(shape=(224,224)),
|
16 |
outputs=gr.outputs.Label(),
|
17 |
+
examples=['lego.jpg', 'dog.jpg', 'cactus.jpg', 'plushie.jpg', 'snowman.jpg'],
|
18 |
live=True,
|
19 |
enable_queue=True
|
20 |
)
|
snowman.jpg
ADDED
![]() |