oliver9523 commited on
Commit
c19d548
·
1 Parent(s): b53d00a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,6 +39,6 @@ interface = gr.Interface(fn=infer,
39
  outputs=['image', 'text'],
40
  allow_flagging='manual',
41
  flagging_dir='flagged',
42
- examples=["no_bird.jpg", "bird_example.jpg"])
43
 
44
  interface.launch()
 
39
  outputs=['image', 'text'],
40
  allow_flagging='manual',
41
  flagging_dir='flagged',
42
+ examples=["no_bird.jpg", "bird_example1.jpg", "bird_example2.jpg", "bird_example3.jpg"])
43
 
44
  interface.launch()