prithivMLmods commited on
Commit
377ae75
·
verified ·
1 Parent(s): e07b043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -628,9 +628,10 @@ demo = gr.ChatInterface(
628
  ],
629
  examples=[
630
  ["@tts2 What causes rainbows to form?"],
 
631
  ["@3d A birthday cupcake with cherry"],
632
  [{"text": "Summarize the letter", "files": ["examples/1.png"]}],
633
- ["@image Chocolate dripping from a donut"],
634
  ["@rAgent Explain how a binary search algorithm works."],
635
  ["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
636
  ],
 
628
  ],
629
  examples=[
630
  ["@tts2 What causes rainbows to form?"],
631
+ ["@image Chocolate dripping from a donut"],
632
  ["@3d A birthday cupcake with cherry"],
633
  [{"text": "Summarize the letter", "files": ["examples/1.png"]}],
634
+ [{"text": "@yolo", "files": ["examples/yolo.jpeg"]}],
635
  ["@rAgent Explain how a binary search algorithm works."],
636
  ["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
637
  ],