Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -310,6 +310,16 @@ demo = gr.ChatInterface(
|
|
310 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
311 |
],
|
312 |
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
[{"text": "@gemma3 Explain the Image", "files": ["examples/3.jpg"]}],
|
314 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
|
315 |
["@gemma3 Explain Critical Temperature of Substance"],
|
|
|
310 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
311 |
],
|
312 |
examples=[
|
313 |
+
[
|
314 |
+
{
|
315 |
+
"text": "@gemma3 Create a short story based on the images.",
|
316 |
+
"files": [
|
317 |
+
"examples/111.jpg",
|
318 |
+
"examples/222.jpg",
|
319 |
+
"examples/333.jpg",
|
320 |
+
],
|
321 |
+
}
|
322 |
+
],
|
323 |
[{"text": "@gemma3 Explain the Image", "files": ["examples/3.jpg"]}],
|
324 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
|
325 |
["@gemma3 Explain Critical Temperature of Substance"],
|