Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ demo = gr.ChatInterface(
|
|
198 |
examples=[
|
199 |
{"text": "Hy, who are you?",},
|
200 |
{"text": "What's the current price of Bitcoin",},
|
201 |
-
{"text": "Search and Tell me what's the release date of llama 3 400b"}
|
202 |
{"text": "Create A Beautiful image of Effiel Tower at Night",},
|
203 |
{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
|
204 |
{"text": "What's the colour of car in given image", "files": ["./car1.png"]},
|
|
|
198 |
examples=[
|
199 |
{"text": "Hy, who are you?",},
|
200 |
{"text": "What's the current price of Bitcoin",},
|
201 |
+
{"text": "Search and Tell me what's the release date of llama 3 400b",},
|
202 |
{"text": "Create A Beautiful image of Effiel Tower at Night",},
|
203 |
{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
|
204 |
{"text": "What's the colour of car in given image", "files": ["./car1.png"]},
|