Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,6 +179,8 @@ demo = gr.ChatInterface(
|
|
| 179 |
],
|
| 180 |
examples=[
|
| 181 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
|
|
|
|
|
|
| 182 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
| 183 |
["Write a Python function to check if a number is prime."],
|
| 184 |
["@tts2 What causes rainbows to form?"],
|
|
|
|
| 179 |
],
|
| 180 |
examples=[
|
| 181 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
| 182 |
+
[{"text": "Extract JSON from the image", "files": ["examples/document.jpg"]}],
|
| 183 |
+
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
| 184 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
| 185 |
["Write a Python function to check if a number is prime."],
|
| 186 |
["@tts2 What causes rainbows to form?"],
|