vilarin commited on
Commit
d14f742
1 Parent(s): 999df98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -106,9 +106,9 @@ with gr.Blocks(css=CSS) as demo:
106
  gr.ChatInterface(
107
  fn=stream_chat,
108
  multimodal=True,
109
- examples=[[{"text": "What is on the desk?", "files": ["./laptop.jpg"]}],
110
- [{"text": "Where it is?", "files": ["./hotel.jpg"]}],
111
- [{"text": "Can yo describe this image?", "files": ["./spacecat.png"]}]],
112
  textbox=chat_input,
113
  chatbot=chatbot,
114
  fill_height=True,
 
106
  gr.ChatInterface(
107
  fn=stream_chat,
108
  multimodal=True,
109
+ examples=[{"text": "What is on the desk?", "files": ["./laptop.jpg"]},
110
+ {"text": "Where it is?", "files": ["./hotel.jpg"]},
111
+ {"text": "Can yo describe this image?", "files": ["./spacecat.png"]}],
112
  textbox=chat_input,
113
  chatbot=chatbot,
114
  fill_height=True,