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