update
Browse files
app.py
CHANGED
|
@@ -265,6 +265,11 @@ example_scenarios = [
|
|
| 265 |
"What are the difference between multiagent llm and multiagent system",
|
| 266 |
"Why it's difficult to integrate multimodality in prompt"]
|
| 267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
# Gradio Interface
|
| 269 |
user_inputs = [text_prompt_component, chatbot_component]
|
| 270 |
bot_inputs = [
|
|
|
|
| 265 |
"What are the difference between multiagent llm and multiagent system",
|
| 266 |
"Why it's difficult to integrate multimodality in prompt"]
|
| 267 |
|
| 268 |
+
example_images = [
|
| 269 |
+
["ex1.png"],
|
| 270 |
+
["ex2.png"]
|
| 271 |
+
]
|
| 272 |
+
|
| 273 |
# Gradio Interface
|
| 274 |
user_inputs = [text_prompt_component, chatbot_component]
|
| 275 |
bot_inputs = [
|