KingNish commited on
Commit
9e96853
1 Parent(s): feb0f53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -236,6 +236,7 @@ demo = gr.ChatInterface(fn=respond,
236
  [{"text": "What's the current price of Bitcoin",}],
237
  [{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",}],
238
  [{"text": "Create A Beautiful image of Effiel Tower at Night",}],
239
- [{"text": "What's the colour of Car in given image",}]])
 
240
 
241
  demo.launch()
 
236
  [{"text": "What's the current price of Bitcoin",}],
237
  [{"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",}],
238
  [{"text": "Create A Beautiful image of Effiel Tower at Night",}],
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
 
242
  demo.launch()