HuanjinYao commited on
Commit
a3eb39e
·
verified ·
1 Parent(s): b51f3c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -135,6 +135,8 @@ with gr.Blocks(fill_height=True, ) as demo:
135
  multimodal=True,
136
  textbox=chat_input,
137
  chatbot=chatbot,
 
 
138
  )
139
 
140
 
 
135
  multimodal=True,
136
  textbox=chat_input,
137
  chatbot=chatbot,
138
+ examples=[{"text": "Describe this movie.", "files": ["./Interstellar.jpg"]},
139
+ {"text": "What animals are in the picture?", "files": ["./cat_dog.jpeg"]}],
140
  )
141
 
142