masto commited on
Commit
6cc0634
1 Parent(s): 35e6c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ interface = gr.Interface(fn=predict,
49
  inputs=gr.Image(type="pil"),
50
  outputs=gr.Label(num_top_classes=3),
51
  title="What garden bird is this?",
52
- examples=["parus_major.jpg"])
53
 
54
  interface.launch()
 
49
  inputs=gr.Image(type="pil"),
50
  outputs=gr.Label(num_top_classes=3),
51
  title="What garden bird is this?",
52
+ examples=["parus_major.jpg", "kingfisher.jpg", "wren.jpg"])
53
 
54
  interface.launch()