Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ demo = gr.ChatInterface(
|
|
211 |
examples=[
|
212 |
{"text": "Hy, who are you?",},
|
213 |
{"text": "What's the current price of Bitcoin",},
|
214 |
-
{"text": "Search and Tell me what's
|
215 |
{"text": "Create A Beautiful image of Effiel Tower at Night",},
|
216 |
{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
|
217 |
{"text": "What's the colour of car in given image", "files": ["./car1.png"]},
|
|
|
211 |
examples=[
|
212 |
{"text": "Hy, who are you?",},
|
213 |
{"text": "What's the current price of Bitcoin",},
|
214 |
+
{"text": "Search and Tell me what's trending on Youtube.",},
|
215 |
{"text": "Create A Beautiful image of Effiel Tower at Night",},
|
216 |
{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
|
217 |
{"text": "What's the colour of car in given image", "files": ["./car1.png"]},
|