wondervictor commited on
Commit
8515ec4
1 Parent(s): ed5c7a1

update examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -178,6 +178,7 @@ with gr.Blocks() as demo:
178
  gr.Examples(
179
  [
180
  ["assets/zebra.jpg", "zebra bottum left", False],
 
181
  ["assets/bus.jpg", "bus", True],
182
  ["assets/seaside_sdxl.png", "sky", True],
183
  ["assets/man_sdxl.png", "face", True]
 
178
  gr.Examples(
179
  [
180
  ["assets/zebra.jpg", "zebra bottum left", False],
181
+ ["food.jpg", "the left lemon slice", False],
182
  ["assets/bus.jpg", "bus", True],
183
  ["assets/seaside_sdxl.png", "sky", True],
184
  ["assets/man_sdxl.png", "face", True]