prithivMLmods commited on
Commit
feb7410
·
verified ·
1 Parent(s): 756f904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -393,8 +393,8 @@ demo = gr.ChatInterface(
393
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
394
  ],
395
  examples=[
396
- [{"text": "@qwen2vl-video Summarize the events in this video", "files": ["examples/sky.mp4"]}],
397
- ["@image Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic"],
398
  ["Python Program for Array Rotation"],
399
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
400
  [{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
 
393
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
394
  ],
395
  examples=[
396
+ [{"text": "@qwen2vl-video Summarize the event in video", "files": ["examples/sky.mp4"]}],
397
+ ["@image Chocolate dripping from a donut"],
398
  ["Python Program for Array Rotation"],
399
  ["@tts1 Who is Nikola Tesla, and why did he die?"],
400
  [{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],