Nake commited on
Commit
43a8f91
·
1 Parent(s): be5d6dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ iface = gr.Interface(
14
  fn=classify_image,
15
  inputs=gr.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
  )
 
14
  fn=classify_image,
15
  inputs=gr.Image(shape=(224,224)),
16
  outputs=gr.outputs.Label(),
17
+ examples=['examples/porcini.jpg', 'examples/amanitamuscaria.jpg'],
18
  live=True,
19
  enable_queue=True
20
  )