prithivMLmods commited on
Commit
d549c86
·
verified ·
1 Parent(s): 402c36e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -481,7 +481,9 @@ demo = gr.ChatInterface(
481
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
482
  ],
483
  examples=[
 
484
  [{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
 
485
  [{"text": "@gemma3-4b-video Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
486
  [{"text": "@gemma3-4b-video Summarize the events in this video", "files": ["examples/sky.mp4"]}],
487
  [{"text": "@gemma3-4b-video What is in the video ?", "files": ["examples/redlight.mp4"]}],
 
481
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
482
  ],
483
  examples=[
484
+
485
  [{"text": "@gemma3-4b Explain the Image", "files": ["examples/3.jpg"]}],
486
+ [{"text": "@gemma3-4b-video Describe the video", "files": ["examples/Missing.mp4"]}],
487
  [{"text": "@gemma3-4b-video Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
488
  [{"text": "@gemma3-4b-video Summarize the events in this video", "files": ["examples/sky.mp4"]}],
489
  [{"text": "@gemma3-4b-video What is in the video ?", "files": ["examples/redlight.mp4"]}],