Satyam-Singh commited on
Commit
9aab11c
·
verified ·
1 Parent(s): d012263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Official Demo of ```LLAVA``` based on ```Large Language Virtual Assistant API```.",
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)