Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -733,6 +733,7 @@ demo = gr.ChatInterface(
|
|
733 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
734 |
],
|
735 |
examples=[
|
|
|
736 |
[{"text": "@phi4 Transcribe the audio to text.", "files": ["examples/harvard.wav"]}],
|
737 |
["@image Chocolate dripping from a donut"],
|
738 |
[{"text": "@phi4 Summarize the content", "files": ["examples/write.jpg"]}],
|
@@ -743,7 +744,6 @@ demo = gr.ChatInterface(
|
|
743 |
["@rAgent Explain how a binary search algorithm works."],
|
744 |
["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
|
745 |
["@tts1 Explain Tower of Hanoi"],
|
746 |
-
["@image A drawing of an man made out of hamburger, blue sky background, soft pastel colors"],
|
747 |
],
|
748 |
cache_examples=False,
|
749 |
type="messages",
|
|
|
733 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
734 |
],
|
735 |
examples=[
|
736 |
+
["@image A drawing of an man made out of hamburger, blue sky background, soft pastel colors"],
|
737 |
[{"text": "@phi4 Transcribe the audio to text.", "files": ["examples/harvard.wav"]}],
|
738 |
["@image Chocolate dripping from a donut"],
|
739 |
[{"text": "@phi4 Summarize the content", "files": ["examples/write.jpg"]}],
|
|
|
744 |
["@rAgent Explain how a binary search algorithm works."],
|
745 |
["@web Is Grok-3 Beats DeepSeek-R1 at Reasoning ?"],
|
746 |
["@tts1 Explain Tower of Hanoi"],
|
|
|
747 |
],
|
748 |
cache_examples=False,
|
749 |
type="messages",
|