jrno commited on
Commit
2a4e91e
1 Parent(s): 0b67c99

add more examples

Browse files
Files changed (4) hide show
  1. app.py +1 -1
  2. ex1.jpg +0 -0
  3. ex2.jpg +0 -0
  4. ex3.jpg +0 -0
app.py CHANGED
@@ -24,7 +24,7 @@ image = gr.Image()
24
  label = gr.Label()
25
 
26
  # Upload your own images and link them
27
- examples = ['example-male.jpg']
28
 
29
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
30
  intf.launch()
 
24
  label = gr.Label()
25
 
26
  # Upload your own images and link them
27
+ examples = ['ex1.jpg', 'ex2.jpg', 'ex3.jpg']
28
 
29
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
30
  intf.launch()
ex1.jpg ADDED
ex2.jpg ADDED
ex3.jpg ADDED