Spaces:
Running
Running
updated examples
Browse files- app.py +1 -1
- examples/bunny.jpg +0 -0
- cactus.jpg β examples/cactus.jpg +0 -0
- examples/chainsaw.jpg +0 -0
- dog.jpg β examples/dog.jpg +0 -0
- examples/knife.jpg +0 -0
- plushie.jpg β examples/plushie.jpg +0 -0
- examples/shark.jpg +0 -0
- snowman.jpg β examples/snowman.jpg +0 -0
- examples/tiger.jpg +0 -0
- examples/trex.jpg +0 -0
- lego.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=['
|
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=['examples/dog.jpg', 'examples/cactus.jpg', 'examples/plushie.jpg', 'examples/snowman.jpg', 'examples/chainsaw.jpg', 'examples/shark.jpg','examples/bunny.jpg', 'examples/knife.jpg', 'examples/tiger.jpg', 'examples/trex.jpg'],
|
18 |
live=True,
|
19 |
enable_queue=True
|
20 |
)
|
examples/bunny.jpg
ADDED
cactus.jpg β examples/cactus.jpg
RENAMED
File without changes
|
examples/chainsaw.jpg
ADDED
dog.jpg β examples/dog.jpg
RENAMED
File without changes
|
examples/knife.jpg
ADDED
plushie.jpg β examples/plushie.jpg
RENAMED
File without changes
|
examples/shark.jpg
ADDED
snowman.jpg β examples/snowman.jpg
RENAMED
File without changes
|
examples/tiger.jpg
ADDED
examples/trex.jpg
ADDED
lego.jpg
DELETED
Binary file (90 kB)
|
|