harvey19 commited on
Commit
48ca2ee
1 Parent(s): 2a0a1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def classify_image(img):
31
  image = gr.Image(height=192, width=192)
32
  # label = gr.outputs.Label() # OLD
33
  label = gr.Label()
34
- examples = ['basset.jpg', 'puppy.png']
35
 
36
  # Cell
37
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
 
31
  image = gr.Image(height=192, width=192)
32
  # label = gr.outputs.Label() # OLD
33
  label = gr.Label()
34
+ examples = ['basset.jpg', 'puppy.png','dog.png']
35
 
36
  # Cell
37
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)