Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -415,13 +415,13 @@ demo = gr.ChatInterface(
|
|
415 |
],
|
416 |
examples=[
|
417 |
[{"text": "@gemma3 Explain the Image", "files": ["examples/3.jpg"]}],
|
|
|
418 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
|
419 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["examples/breakfast.mp4"]}],
|
420 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
421 |
[{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
|
422 |
[{"text": "@video-infer Summarize the events in this video", "files": ["examples/sky.mp4"]}],
|
423 |
[{"text": "@video-infer What is in the video ?", "files": ["examples/redlight.mp4"]}],
|
424 |
-
[{"text": "@gemma3-12b Transcription of the letter", "files": ["examples/222.png"]}],
|
425 |
['@lightningv5 Chocolate dripping from a donut'],
|
426 |
["Python Program for Array Rotation"],
|
427 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
|
|
415 |
],
|
416 |
examples=[
|
417 |
[{"text": "@gemma3 Explain the Image", "files": ["examples/3.jpg"]}],
|
418 |
+
[{"text": "@gemma3 Transcription of the letter", "files": ["examples/222.png"]}],
|
419 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
|
420 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["examples/breakfast.mp4"]}],
|
421 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
422 |
[{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
|
423 |
[{"text": "@video-infer Summarize the events in this video", "files": ["examples/sky.mp4"]}],
|
424 |
[{"text": "@video-infer What is in the video ?", "files": ["examples/redlight.mp4"]}],
|
|
|
425 |
['@lightningv5 Chocolate dripping from a donut'],
|
426 |
["Python Program for Array Rotation"],
|
427 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|