KingNish commited on
Commit
b844a86
1 Parent(s): 53f9e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -248,8 +248,7 @@ demo = gr.ChatInterface(fn=respond,
248
  {"text": "What's the current price of Bitcoin",},
249
  {"text": "Create A Beautiful image of Effiel Tower at Night",},
250
  {"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
251
- {"text": "What's the colour of Car in given image","files": ["./car1.png", "./car2.png"]},
252
- {"text": "Read what's written on paper", "files": ["./paper_with_text.png"]}],
253
  cache_examples=False)
254
 
255
  demo.launch()
 
248
  {"text": "What's the current price of Bitcoin",},
249
  {"text": "Create A Beautiful image of Effiel Tower at Night",},
250
  {"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
251
+ {"text": "What's the colour of both of Car in given image","files": ["./car1.png", "./car2.png"]},],
 
252
  cache_examples=False)
253
 
254
  demo.launch()