Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -704,15 +704,16 @@ demo = gr.ChatInterface(
|
|
| 704 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
| 705 |
],
|
| 706 |
examples=[
|
|
|
|
|
|
|
| 707 |
["@tts2 What causes rainbows to form?"],
|
| 708 |
["@image Chocolate dripping from a donut"],
|
| 709 |
["@3d A birthday cupcake with cherry"],
|
| 710 |
[{"text": "Summarize the letter", "files": ["examples/1.png"]}],
|
| 711 |
[{"text": "@yolo", "files": ["examples/yolo.jpeg"]}],
|
| 712 |
-
["@
|
| 713 |
["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
|
| 714 |
["@tts1 Explain Tower of Hanoi"],
|
| 715 |
-
["@phi4 What is depicted in this image?"], # Example for @phi4
|
| 716 |
],
|
| 717 |
cache_examples=False,
|
| 718 |
type="messages",
|
|
|
|
| 704 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
| 705 |
],
|
| 706 |
examples=[
|
| 707 |
+
[{"text": "@phi4 Solve the problem", "files": ["examples/math.webp"]}],
|
| 708 |
+
[{"text": "@phi4 Transcribe the audio to text.", "files": ["examples/harvard.wav"]}],
|
| 709 |
["@tts2 What causes rainbows to form?"],
|
| 710 |
["@image Chocolate dripping from a donut"],
|
| 711 |
["@3d A birthday cupcake with cherry"],
|
| 712 |
[{"text": "Summarize the letter", "files": ["examples/1.png"]}],
|
| 713 |
[{"text": "@yolo", "files": ["examples/yolo.jpeg"]}],
|
| 714 |
+
["@ragent Explain how a binary search algorithm works."],
|
| 715 |
["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
|
| 716 |
["@tts1 Explain Tower of Hanoi"],
|
|
|
|
| 717 |
],
|
| 718 |
cache_examples=False,
|
| 719 |
type="messages",
|