Okkoman commited on
Commit
b3187f6
1 Parent(s): db8ace5

patch images location

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def classify_image(img):
35
 
36
  image = gr.inputs.Image(shape=(192,192))
37
  label = gr.outputs.Label()
38
- examples = ['images/pikachu.webp', 'images/bulbizarre.jpg', 'images/tortank.png']
39
 
40
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
41
  intf.launch(inline=False)
 
35
 
36
  image = gr.inputs.Image(shape=(192,192))
37
  label = gr.outputs.Label()
38
+ examples = ['pikachu.webp', 'bulbizarre.jpg', 'tortank.png']
39
 
40
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
41
  intf.launch(inline=False)