PhDFlo commited on
Commit
a43801c
·
1 Parent(s): ccf3fe8

new example

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. boletus.jpg +0 -0
app.py CHANGED
@@ -30,7 +30,7 @@ def classify_image(img):
30
 
31
  image = gr.Image(height=192, width=192)
32
  label = gr.Label()
33
- examples = ['amanite.jpg', 'truffle.jpg']
34
 
35
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
36
  intf.launch(share=True)
 
30
 
31
  image = gr.Image(height=192, width=192)
32
  label = gr.Label()
33
+ examples = ['amanite.jpg', 'truffle.jpg', "boletus.jpg"]
34
 
35
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
36
  intf.launch(share=True)
boletus.jpg ADDED