jonaschua commited on
Commit
2ab13a3
·
verified ·
1 Parent(s): a836648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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?"]],