Unggi commited on
Commit
226b2fc
1 Parent(s): 057d3fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -402,11 +402,11 @@ def build_demo(embed_mode):
402
  gr.Examples(
403
  examples=[
404
  [
405
- f"{cur_dir}/examples/extreme_ironing.jpg",
406
  "What is unusual about this image?",
407
  ],
408
  [
409
- f"{cur_dir}/examples/waterview.jpg",
410
  "What are the things I should be cautious about when I visit here?",
411
  ],
412
  ],
 
402
  gr.Examples(
403
  examples=[
404
  [
405
+ f"{cur_dir}/examples/ex1.jpeg",
406
  "What is unusual about this image?",
407
  ],
408
  [
409
+ f"{cur_dir}/examples/ex2.jpeg",
410
  "What are the things I should be cautious about when I visit here?",
411
  ],
412
  ],