Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -407,6 +407,7 @@ demo = gr.ChatInterface(
|
|
407 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
408 |
],
|
409 |
examples=[
|
|
|
410 |
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
411 |
[{"text": "@gemma3-4b Where do the major drought happen?", "files": ["examples/111.png"]}],
|
412 |
[{"text": "@gemma3-4b Transcription of the letter", "files": ["examples/222.png"]}],
|
|
|
407 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
408 |
],
|
409 |
examples=[
|
410 |
+
[{"text": "@gemma3-4b What's funny about this image ?", "files": ["examples/images.jpg"]}],
|
411 |
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
412 |
[{"text": "@gemma3-4b Where do the major drought happen?", "files": ["examples/111.png"]}],
|
413 |
[{"text": "@gemma3-4b Transcription of the letter", "files": ["examples/222.png"]}],
|