Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -322,6 +322,7 @@ demo = gr.ChatInterface(
|
|
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"],
|
326 |
[{"text": "@gemma3 Transcription of the letter", "files": ["examples/222.png"]}],
|
327 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["examples/breakfast.mp4"]}],
|
|
|
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 |
+
[{"text": "@gemma3 Which movie character is this?", "files": ["examples/9999.jpg"]}],
|
326 |
["@gemma3 Explain Critical Temperature of Substance"],
|
327 |
[{"text": "@gemma3 Transcription of the letter", "files": ["examples/222.png"]}],
|
328 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["examples/breakfast.mp4"]}],
|