Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1686,7 +1686,7 @@ def predict(message, history):
|
|
1686 |
demo = gr.ChatInterface(
|
1687 |
fn=predict,
|
1688 |
type="messages",
|
1689 |
-
|
1690 |
chatbot=gr.Chatbot(
|
1691 |
type="messages",
|
1692 |
label="💙ACC Emulect+💙",
|
|
|
1686 |
demo = gr.ChatInterface(
|
1687 |
fn=predict,
|
1688 |
type="messages",
|
1689 |
+
multimodal=True,
|
1690 |
chatbot=gr.Chatbot(
|
1691 |
type="messages",
|
1692 |
label="💙ACC Emulect+💙",
|