Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -180,6 +180,6 @@ gr.ChatInterface(
|
|
180 |
fn=generate,
|
181 |
chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'palm-logo.png'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
182 |
title="PaLM-2",
|
183 |
-
description="This is
|
184 |
concurrency_limit=20,
|
185 |
).launch(show_api=False)
|
|
|
180 |
fn=generate,
|
181 |
chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'palm-logo.png'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
182 |
title="PaLM-2",
|
183 |
+
description="This is unofficial demo of ```PaLM-2``` based on ```Google API```. ```History/context``` memory does not work in this demo.",
|
184 |
concurrency_limit=20,
|
185 |
).launch(show_api=False)
|