Spaces:
Running
Running
Commit
·
4a57f52
1
Parent(s):
f1d1c04
Remove save_history argument
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
44 |
demo = gr.ChatInterface(
|
45 |
fn=respond,
|
46 |
type="messages",
|
47 |
-
save_history=True,
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a friendly Chatbot.",
|
50 |
label="System message"),
|
|
|
44 |
demo = gr.ChatInterface(
|
45 |
fn=respond,
|
46 |
type="messages",
|
47 |
+
# save_history=True,
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a friendly Chatbot.",
|
50 |
label="System message"),
|