prithivMLmods commited on
Commit
88d547b
·
verified ·
1 Parent(s): a3c0180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -413,12 +413,12 @@ demo = gr.ChatInterface(
413
  ],
414
  examples=[
415
  [{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
416
- [{"text": "@gemma3-4b Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
417
- ['@lightningv5 Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic'],
418
  ["Python Program for Array Rotation"],
419
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
420
- ['@lightningv4 A serene landscape with mountains'],
421
- ['@turbov3 Abstract art, colorful and vibrant'],
422
  ["@tts2 What causes rainbows to form?"],
423
  ],
424
  cache_examples=False,
 
413
  ],
414
  examples=[
415
  [{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
416
+ [{"text": "@gemma3-4b Extract as JSON", "files": ["examples/4.jpg"]}],
417
+ ['@lightningv5 Chocolate dripping from a donut'],
418
  ["Python Program for Array Rotation"],
419
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
420
+ ['@lightningv4 Cat holding a sign that says hello world'],
421
+ ['@turbov3 Anime illustration of a wiener schnitzel'],
422
  ["@tts2 What causes rainbows to form?"],
423
  ],
424
  cache_examples=False,