Colbe commited on
Commit
4671b11
1 Parent(s): 2306df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
13
 
14
  image = gr.inputs.Image(shape=(192, 192))
15
  label = gr.outputs.Label()
16
- examples = ['kevin_durant_scaled-nets.jpeg', 'kyrieirving.jpg', 'kawhileonard.jpg', 'bensimmons.jpg', 'zachlavine.jpg']
17
 
18
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
19
  iface.launch(inline=False)
 
13
 
14
  image = gr.inputs.Image(shape=(192, 192))
15
  label = gr.outputs.Label()
16
+ examples = ['kevin_durant_nets-scaled.jpeg', 'kyrieirving.jpg', 'kawhileonard.jpg', 'bensimmons.jpg', 'zachlavine.jpg']
17
 
18
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
19
  iface.launch(inline=False)