tyfeld commited on
Commit
3032a78
·
verified ·
1 Parent(s): b323aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -702,7 +702,7 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
702
  gr.Examples(
703
  examples=[
704
  [
705
- "mmu_validation_2/sunflower.jpg",
706
  "Please describe this image in detail.",
707
  256,
708
  512,
@@ -712,7 +712,7 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
712
  "low_confidence"
713
  ],
714
  [
715
- "mmu_validation_2/woman.jpg",
716
  "Please describe this image in detail.",
717
  256,
718
  512,
 
702
  gr.Examples(
703
  examples=[
704
  [
705
+ "figs/sunflower.jpg",
706
  "Please describe this image in detail.",
707
  256,
708
  512,
 
712
  "low_confidence"
713
  ],
714
  [
715
+ "figs/woman.jpg",
716
  "Please describe this image in detail.",
717
  256,
718
  512,