Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["@
|
| 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 |
],
|