Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|
| 110 |
-
|
| 111 |
-
|
| 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,
|