prithivMLmods commited on
Commit
0542751
·
verified ·
1 Parent(s): 5b1f870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -394,6 +394,7 @@ demo = gr.ChatInterface(
394
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
395
  ],
396
  examples=[
 
397
  [{"text": "@qwen2vl-video Summarize the event in video", "files": ["examples/sky.mp4"]}],
398
  ["@image Chocolate dripping from a donut"],
399
  ["Python Program for Array Rotation"],
 
394
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
395
  ],
396
  examples=[
397
+ [{"text": "@qwen2vl-video Describe the video", "files": ["examples/Missing.mp4"]}],
398
  [{"text": "@qwen2vl-video Summarize the event in video", "files": ["examples/sky.mp4"]}],
399
  ["@image Chocolate dripping from a donut"],
400
  ["Python Program for Array Rotation"],