prithivMLmods commited on
Commit
8492499
·
verified ·
1 Parent(s): 36e1e73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -525,11 +525,11 @@ demo = gr.ChatInterface(
525
  examples=[
526
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
527
  ["@3d A birthday cupcake with cherry"],
 
528
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
529
  ["@image Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic"],
530
- ["Explain Gödel's Incompleteness Theorems"],
531
  ["@tts2 What causes rainbows to form?"],
532
- ["@web Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
533
  ],
534
  cache_examples=False,
535
  type="messages",
 
525
  examples=[
526
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
527
  ["@3d A birthday cupcake with cherry"],
528
+ ["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
529
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
530
  ["@image Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic"],
531
+ ["Explain newton's third law"],
532
  ["@tts2 What causes rainbows to form?"],
 
533
  ],
534
  cache_examples=False,
535
  type="messages",