jw2yang commited on
Commit
117d01c
1 Parent(s): 9f65e60

change exemplar images

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -136,5 +136,8 @@ gr.Interface(
136
  outputs=[
137
  label,
138
  ],
139
- examples=[["./donut.png", 'a donut; several donuts; a number of donuts'], ["./horses.png"], ["./pencil.png"], ["./apple_with_ipod.jpg"]],
 
 
 
140
  ).launch()
 
136
  outputs=[
137
  label,
138
  ],
139
+ examples=[
140
+ ["./elephants.png", "an elephant; an elephant walking in the river; four elephants walking in the river"],
141
+ ["./apple_with_ipod.jpg", "an ipod"; "an apple with a write note 'ipod'; an apple"],
142
+ ],
143
  ).launch()