radatia commited on
Commit
a2278f7
·
verified ·
1 Parent(s): fb8ccf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ enable_queue=True
22
 
23
  image = gr.Image(height=192, width=192)
24
  label = gr.Label(num_top_classes=3)
25
- examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
26
 
27
  intf = gr.Interface(
28
  fn=predict,
 
22
 
23
  image = gr.Image(height=192, width=192)
24
  label = gr.Label(num_top_classes=3)
25
+ examples = ['dog.jpg', 'cat.jpg', 'dogcat.jpg']
26
 
27
  intf = gr.Interface(
28
  fn=predict,