Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -785,17 +785,20 @@ demo = gr.ChatInterface(
|
|
| 785 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
| 786 |
],
|
| 787 |
examples=[
|
| 788 |
-
["@
|
|
|
|
| 789 |
[{"text": "@phi4 Transcribe the audio to text.", "files": ["examples/harvard.wav"]}],
|
| 790 |
-
["@image Chocolate dripping from a donut"],
|
| 791 |
[{"text": "@phi4 Summarize the content", "files": ["examples/write.jpg"]}],
|
|
|
|
| 792 |
["@3d A birthday cupcake with cherry"],
|
|
|
|
| 793 |
["@tts2 What causes rainbows to form?"],
|
| 794 |
[{"text": "Summarize the letter", "files": ["examples/1.png"]}],
|
| 795 |
[{"text": "@yolo", "files": ["examples/yolo.jpeg"]}],
|
| 796 |
["@rAgent Explain how a binary search algorithm works."],
|
| 797 |
["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
|
| 798 |
["@tts1 Explain Tower of Hanoi"],
|
|
|
|
| 799 |
],
|
| 800 |
cache_examples=False,
|
| 801 |
type="messages",
|
|
|
|
| 785 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
| 786 |
],
|
| 787 |
examples=[
|
| 788 |
+
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
| 789 |
+
[{"text": "@gemma3-4b Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
|
| 790 |
[{"text": "@phi4 Transcribe the audio to text.", "files": ["examples/harvard.wav"]}],
|
|
|
|
| 791 |
[{"text": "@phi4 Summarize the content", "files": ["examples/write.jpg"]}],
|
| 792 |
+
["@image Chocolate dripping from a donut"],
|
| 793 |
["@3d A birthday cupcake with cherry"],
|
| 794 |
+
["@image A drawing of an man made out of hamburger, blue sky background, soft pastel colors"],
|
| 795 |
["@tts2 What causes rainbows to form?"],
|
| 796 |
[{"text": "Summarize the letter", "files": ["examples/1.png"]}],
|
| 797 |
[{"text": "@yolo", "files": ["examples/yolo.jpeg"]}],
|
| 798 |
["@rAgent Explain how a binary search algorithm works."],
|
| 799 |
["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
|
| 800 |
["@tts1 Explain Tower of Hanoi"],
|
| 801 |
+
["Python Program for Array Rotation"],
|
| 802 |
],
|
| 803 |
cache_examples=False,
|
| 804 |
type="messages",
|