chanduhf commited on
Commit
286b504
1 Parent(s): 14e02fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def classify_image(img):
19
  # Cell
20
  image = gr.Image()
21
  label = gr.Label()
22
- examples = ['scofield.png', 'spiderman.png', 'spido-scofield.jpg']
23
 
24
  #intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
25
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
 
19
  # Cell
20
  image = gr.Image()
21
  label = gr.Label()
22
+ examples = ['scofield.png', 'spiderman.png', 'spido-scofield.png']
23
 
24
  #intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
25
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)