kbaran commited on
Commit
bc889d5
1 Parent(s): 4181ea2

Add more sample images

Browse files
Files changed (5) hide show
  1. app.py +1 -1
  2. earth.jpg +0 -0
  3. jupiter.jpg +0 -0
  4. saturn.jpg +0 -0
  5. sun.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 = ['mars.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 = ['mars.jpg', 'earth.jpg', 'jupiter.jpg', 'saturn.jpg', 'sun.jpg']
28
 
29
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
30
  intf.launch()
earth.jpg ADDED
jupiter.jpg ADDED
saturn.jpg ADDED
sun.jpg ADDED