AItool commited on
Commit
ca7acac
1 Parent(s): afb8365

Upload 5 files

Browse files
Files changed (5) hide show
  1. app.py +1 -1
  2. mushroom.jpg +0 -0
  3. mushroom.png +0 -0
  4. mushroom1.jpg +0 -0
  5. mushroom2.jpg +0 -0
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
20
  # Cell
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
23
- examples = ['mushroom.png']
24
 
25
  # Cell
26
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
 
20
  # Cell
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
23
+ examples = ['mushroom.png,'mushroom1.jpg','mushroom.jpg','mushroom2.jpg']
24
 
25
  # Cell
26
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
mushroom.jpg ADDED
mushroom.png CHANGED
mushroom1.jpg ADDED
mushroom2.jpg ADDED