Satyam-Singh commited on
Commit
5493d82
1 Parent(s): bd6a832

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def generate(prompt, history):
13
 
14
  gr.ChatInterface(
15
  fn=generate,
16
- chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
17
  title="LLaVa-2",
18
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
19
  concurrency_limit=20,
 
13
 
14
  gr.ChatInterface(
15
  fn=generate,
16
+ chatbot=gr.Chatbot(show_label=False,bubble_full_width=False, avatar_images=(None, 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
17
  title="LLaVa-2",
18
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
19
  concurrency_limit=20,