Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -233,11 +233,11 @@ demo = gr.ChatInterface(fn=respond,
|
|
233 |
multimodal=True,
|
234 |
concurrency_limit=20,
|
235 |
examples=[{"text": "Hy, who are you?",},
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
cache_examples=False)
|
242 |
|
243 |
demo.launch()
|
|
|
233 |
multimodal=True,
|
234 |
concurrency_limit=20,
|
235 |
examples=[{"text": "Hy, who are you?",},
|
236 |
+
{"text": "What's the current price of Bitcoin",},
|
237 |
+
{"text": "Create A Beautiful image of Effiel Tower at Night",},
|
238 |
+
{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
|
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 |
cache_examples=False)
|
242 |
|
243 |
demo.launch()
|