ERHT28 commited on
Commit
71313c4
1 Parent(s): 5a6433d

update app.py - add mode example images

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ image = gr.Image()
25
  label = gr.Label()
26
 
27
  # Upload your own images and link them
28
- examples = ['smile.jpg']
29
 
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
31
  intf.launch()
 
25
  label = gr.Label()
26
 
27
  # Upload your own images and link them
28
+ examples = ['images/smile.jpg','images/angry.jpg','images/smile_2.jpg','images/angry_2.jpg']
29
 
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
31
  intf.launch()