Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -377,13 +377,13 @@ demo = gr.ChatInterface(
|
|
377 |
],
|
378 |
examples=[
|
379 |
["Write the Python Program for Array Rotation"],
|
|
|
380 |
[{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
|
381 |
[{"text": "@video-infer Summarize the event in video", "files": ["examples/sky.mp4"]}],
|
382 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
383 |
["@image Chocolate dripping from a donut"],
|
384 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
385 |
[{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
|
386 |
-
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
387 |
["@tts2 What causes rainbows to form?"],
|
388 |
],
|
389 |
cache_examples=False,
|
|
|
377 |
],
|
378 |
examples=[
|
379 |
["Write the Python Program for Array Rotation"],
|
380 |
+
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
381 |
[{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
|
382 |
[{"text": "@video-infer Summarize the event in video", "files": ["examples/sky.mp4"]}],
|
383 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
384 |
["@image Chocolate dripping from a donut"],
|
385 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
386 |
[{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
|
|
|
387 |
["@tts2 What causes rainbows to form?"],
|
388 |
],
|
389 |
cache_examples=False,
|