Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"],
|