Spaces:
Sleeping
Sleeping
ashutoshzade
commited on
Commit
•
8d44432
1
Parent(s):
d30343b
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def generate(prompt, history):
|
|
16 |
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``` \n example: write me a recommedation letter for PhD program
|
21 |
concurrency_limit=20,
|
22 |
).launch(show_api=False)
|
|
|
16 |
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 demo",
|
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 a PhD program.```",
|
21 |
concurrency_limit=20,
|
22 |
).launch(show_api=False)
|