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

update app.py

Browse files

update image path

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 = ['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()
 
25
  label = gr.Label()
26
 
27
  # Upload your own images and link them
28
+ examples = ['smile.jpg','angry.jpg','smile_2.jpg','angry_2.jpg','smile_dog.jpg']
29
 
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
31
  intf.launch()