Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -413,12 +413,12 @@ demo = gr.ChatInterface(
|
|
413 |
],
|
414 |
examples=[
|
415 |
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
416 |
-
[{"text": "@gemma3-4b Extract as JSON
|
417 |
-
['@lightningv5 Chocolate dripping from a donut
|
418 |
["Python Program for Array Rotation"],
|
419 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
420 |
-
['@lightningv4
|
421 |
-
['@turbov3
|
422 |
["@tts2 What causes rainbows to form?"],
|
423 |
],
|
424 |
cache_examples=False,
|
|
|
413 |
],
|
414 |
examples=[
|
415 |
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
416 |
+
[{"text": "@gemma3-4b Extract as JSON", "files": ["examples/4.jpg"]}],
|
417 |
+
['@lightningv5 Chocolate dripping from a donut'],
|
418 |
["Python Program for Array Rotation"],
|
419 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
420 |
+
['@lightningv4 Cat holding a sign that says hello world'],
|
421 |
+
['@turbov3 Anime illustration of a wiener schnitzel'],
|
422 |
["@tts2 What causes rainbows to form?"],
|
423 |
],
|
424 |
cache_examples=False,
|