Update app.py
Browse files
app.py
CHANGED
|
@@ -21,9 +21,9 @@ def chat_fn(message, history):
|
|
| 21 |
demo = gr.ChatInterface(
|
| 22 |
fn=chat_fn,
|
| 23 |
multimodal=True,
|
| 24 |
-
type="messages",
|
| 25 |
title="Personal Assistant",
|
| 26 |
description="Chat with your assistant. You can attach a file with your message.",
|
| 27 |
)
|
| 28 |
|
|
|
|
| 29 |
chat_agent=demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 21 |
demo = gr.ChatInterface(
|
| 22 |
fn=chat_fn,
|
| 23 |
multimodal=True,
|
|
|
|
| 24 |
title="Personal Assistant",
|
| 25 |
description="Chat with your assistant. You can attach a file with your message.",
|
| 26 |
)
|
| 27 |
|
| 28 |
+
|
| 29 |
chat_agent=demo.launch(server_name="0.0.0.0", server_port=7860)
|