Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -236,6 +236,7 @@ demo = gr.ChatInterface(fn=respond,
|
|
236 |
[{"text": "What's the current price of Bitcoin",}],
|
237 |
[{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",}],
|
238 |
[{"text": "Create A Beautiful image of Effiel Tower at Night",}],
|
239 |
-
[{"text": "What's the colour of Car in given image",}]
|
|
|
240 |
|
241 |
demo.launch()
|
|
|
236 |
[{"text": "What's the current price of Bitcoin",}],
|
237 |
[{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",}],
|
238 |
[{"text": "Create A Beautiful image of Effiel Tower at Night",}],
|
239 |
+
[{"text": "What's the colour of Car in given image","files": ["./car1.png", "./car2.png"]}],
|
240 |
+
[{"text": "Read what's written on paper", "files": ["./paper_with_text.png"]}]])
|
241 |
|
242 |
demo.launch()
|