dgwyer commited on
Commit
c6fcdf3
·
1 Parent(s): 16f50dc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_image(img):
16
  # Define Gradio interface
17
  image = gr.inputs.Image(shape=(192, 192))
18
  label = gr.outputs.Label()
19
- examples = ['black.png', 'golden.png', 'golden1.png', 'banana.jpg']
20
 
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)
 
16
  # Define Gradio interface
17
  image = gr.inputs.Image(shape=(192, 192))
18
  label = gr.outputs.Label()
19
+ examples = ['black.png', 'golden.png', 'golden.jpg', 'banana.jpg']
20
 
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)