Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|