Spaces:
Sleeping
Sleeping
Commit
·
d30343b
1
Parent(s):
8d78470
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,6 @@ gr.ChatInterface(
|
|
| 17 |
fn=generate,
|
| 18 |
chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'palm-logo.png'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 19 |
title="PaLM-2",
|
| 20 |
-
description="This is a quick poc demo of ```PaLM-2``` based on ```Google API```. ```History/context```
|
| 21 |
concurrency_limit=20,
|
| 22 |
).launch(show_api=False)
|
|
|
|
| 17 |
fn=generate,
|
| 18 |
chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'palm-logo.png'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 19 |
title="PaLM-2",
|
| 20 |
+
description="This is a quick poc demo of ```PaLM-2``` based on ```Google API```. ```History/context``` \n example: write me a recommedation letter for PhD program.",
|
| 21 |
concurrency_limit=20,
|
| 22 |
).launch(show_api=False)
|