HuanjinYao commited on
Commit
1ef4156
·
verified ·
1 Parent(s): b603d01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(fill_height=True, ) as demo:
135
  multimodal=True,
136
  textbox=chat_input,
137
  chatbot=chatbot,
138
- examples=[{"text": "Please provide a brief introduction about this movie.", "files": ["./Interstellar.jpg"]},
139
  {"text": "What animals are in the picture?", "files": ["./cat_dog.jpeg"]}],
140
  )
141
 
 
135
  multimodal=True,
136
  textbox=chat_input,
137
  chatbot=chatbot,
138
+ examples=[{"text": "Which movie is this? Please provide a brief introduction.", "files": ["./Interstellar.jpg"]},
139
  {"text": "What animals are in the picture?", "files": ["./cat_dog.jpeg"]}],
140
  )
141