Update app.py
Browse files
app.py
CHANGED
@@ -196,11 +196,11 @@ demo = gr.ChatInterface(
|
|
196 |
multimodal=True,
|
197 |
concurrency_limit=200,
|
198 |
examples=[
|
199 |
-
{"text": "What
|
200 |
{"text": "What's the preferred shirt color for an interview?",},
|
201 |
{"text": "How can I dress more smartly?",},
|
202 |
{"text": "Tell about some good accessories for a traditional Indian wedding",},
|
203 |
-
{"text": "What's the colour of
|
204 |
],
|
205 |
cache_examples=False,
|
206 |
)
|
|
|
196 |
multimodal=True,
|
197 |
concurrency_limit=200,
|
198 |
examples=[
|
199 |
+
{"text": "What can I wear with a yellow Kurta?",},
|
200 |
{"text": "What's the preferred shirt color for an interview?",},
|
201 |
{"text": "How can I dress more smartly?",},
|
202 |
{"text": "Tell about some good accessories for a traditional Indian wedding",},
|
203 |
+
{"text": "What's the colour of the frock in the given image?", "files": ["./frock.png"]},
|
204 |
],
|
205 |
cache_examples=False,
|
206 |
)
|