mdkhalid commited on
Commit
208afed
·
1 Parent(s): e2bbc4f

Update app.py

Browse files

more examples added

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ classify_image(im)
37
  #|export
38
  image = gr.inputs.Image(shape =(192,192))
39
  label = gr.outputs.Label()
40
- examples = ['dog.jpg', 'elephant.jpeg', 'dog.jpeg']
41
 
42
  intf = gr.Interface(fn =classify_image, inputs=image, outputs=label, examples = examples)
43
  intf.launch(inline=False)
 
37
  #|export
38
  image = gr.inputs.Image(shape =(192,192))
39
  label = gr.outputs.Label()
40
+ examples = ['dog.jpg', 'elephant.jpeg', 'dog.jpeg','bird1.jpg', 'bird2.jpg', 'forest1.jpg', 'forest2.jpg']
41
 
42
  intf = gr.Interface(fn =classify_image, inputs=image, outputs=label, examples = examples)
43
  intf.launch(inline=False)