AdamyaG commited on
Commit
aa86625
·
verified ·
1 Parent(s): b153e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -196,11 +196,11 @@ demo = gr.ChatInterface(
196
  multimodal=True,
197
  concurrency_limit=200,
198
  examples=[
199
- {"text": "What cn 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 thee frock in the given image?", "files": ["./frock.png"]},
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
  )