PhDFlo commited on
Commit
ccf3fe8
·
1 Parent(s): 6ee700a
Files changed (1) hide show
  1. app.py +1 -1
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', 'boletus.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']
34
 
35
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
36
  intf.launch(share=True)