Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2560,6 +2560,7 @@ body {
|
|
| 2560 |
|
| 2561 |
demo = gr.ChatInterface(
|
| 2562 |
fn=respond,
|
|
|
|
| 2563 |
save_history=True,
|
| 2564 |
show_progress="full",
|
| 2565 |
flagging_mode="manual",
|
|
|
|
| 2560 |
|
| 2561 |
demo = gr.ChatInterface(
|
| 2562 |
fn=respond,
|
| 2563 |
+
type="messages",
|
| 2564 |
save_history=True,
|
| 2565 |
show_progress="full",
|
| 2566 |
flagging_mode="manual",
|