Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -483,6 +483,8 @@ demo = gr.ChatInterface(
|
|
483 |
examples=[
|
484 |
|
485 |
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
|
|
|
|
486 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
487 |
[{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
|
488 |
[{"text": "@video-infer Summarize the events in this video", "files": ["examples/sky.mp4"]}],
|
@@ -498,7 +500,7 @@ demo = gr.ChatInterface(
|
|
498 |
],
|
499 |
cache_examples=False,
|
500 |
type="messages",
|
501 |
-
description="# **
|
502 |
fill_height=True,
|
503 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="use the tags @gemma3-4b for multimodal, @video-infer for video, @lightningv5, @lightningv4, @turbov3 for image gen !"),
|
504 |
stop_btn="Stop Generation",
|
|
|
483 |
examples=[
|
484 |
|
485 |
[{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
|
486 |
+
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["examples/videoplayback.mp4"]}],
|
487 |
+
[{"text": "@video-infer Explain the content of the video in detail", "files": ["examples/breakfast.mp4"]}],
|
488 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
489 |
[{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
|
490 |
[{"text": "@video-infer Summarize the events in this video", "files": ["examples/sky.mp4"]}],
|
|
|
500 |
],
|
501 |
cache_examples=False,
|
502 |
type="messages",
|
503 |
+
description="# **Gemma 3 `@gemma3-4b 'prompt..', @video-infer for video understanding!`**",
|
504 |
fill_height=True,
|
505 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple", placeholder="use the tags @gemma3-4b for multimodal, @video-infer for video, @lightningv5, @lightningv4, @turbov3 for image gen !"),
|
506 |
stop_btn="Stop Generation",
|