Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
·
26e7efc
1
Parent(s):
adefb9c
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,6 @@ gr.ChatInterface(
|
|
20 |
chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'palm-logo.png'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
21 |
additional_inputs=additional,
|
22 |
title="PaLM-2",
|
23 |
-
description="This is unofficial demo of PaLM-2 based on Google API. History/context memory does not work in this demo."
|
24 |
concurrency_limit=20,
|
25 |
).launch(show_api=False)
|
|
|
20 |
chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'palm-logo.png'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
21 |
additional_inputs=additional,
|
22 |
title="PaLM-2",
|
23 |
+
description="This is unofficial demo of PaLM-2 based on Google API. History/context memory does not work in this demo.",
|
24 |
concurrency_limit=20,
|
25 |
).launch(show_api=False)
|