prithivMLmods commited on
Commit
cca9546
·
verified ·
1 Parent(s): babe1cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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="# **Imagineo Chat `@gemma3-4b 'prompt..', @video-infer for video understanding!`**",
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",