Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,7 @@ def respond(message, history: list[tuple[str, str]], model, system_message, max_
|
|
94 |
|
95 |
demo = gr.ChatInterface(
|
96 |
respond,
|
|
|
97 |
examples=[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"], ["Make a poem about nature"]],
|
98 |
|
99 |
# examples=[["Explain quantum computing"], ["Explain forex trading"], "Make a poem about nature", "What is the capital of America?"], ["What is the capital of China?"]],
|
|
|
94 |
|
95 |
demo = gr.ChatInterface(
|
96 |
respond,
|
97 |
+
multimodal=True,
|
98 |
examples=[["Explain quantum computing"], ["Explain forex trading"], ["What is the capital of China?"], ["Make a poem about nature"]],
|
99 |
|
100 |
# examples=[["Explain quantum computing"], ["Explain forex trading"], "Make a poem about nature", "What is the capital of America?"], ["What is the capital of China?"]],
|