Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def bot_streaming(message, history):
|
|
85 |
|
86 |
demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
|
87 |
{"text": "Where to find this monument? Can you give me other recommendations around the area?", "files":["./wat_arun.jpg"]},
|
88 |
-
{"text": "Do these two
|
89 |
{"text": "What art style is this and which century?", "files":["./rococo_1.jpg"]},
|
90 |
{"text": "What is on the flower?", "files":["./bee.jpg"]}],
|
91 |
textbox=gr.MultimodalTextbox(file_count="multiple"),
|
|
|
85 |
|
86 |
demo = gr.ChatInterface(fn=bot_streaming, title="Chameleon 🦎", examples=[
|
87 |
{"text": "Where to find this monument? Can you give me other recommendations around the area?", "files":["./wat_arun.jpg"]},
|
88 |
+
{"text": "Do these two pieces belong to the same era and if so, which era is it?", "files":["./rococo_1.jpg","./rococo_2.jpg"]},
|
89 |
{"text": "What art style is this and which century?", "files":["./rococo_1.jpg"]},
|
90 |
{"text": "What is on the flower?", "files":["./bee.jpg"]}],
|
91 |
textbox=gr.MultimodalTextbox(file_count="multiple"),
|