Satyam-Singh commited on
Commit
4f336d2
1 Parent(s): 7386ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,7 +22,7 @@ llava=gr.ChatInterface(
22
  chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
23
  title="LLaVa-2",
24
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
25
- concurrency_limit=20,
26
- layout="vertical",#bubble_full_width=False
27
  )
 
28
  llava.launch(share=True,show_api=False)
 
22
  chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
23
  title="LLaVa-2",
24
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
25
+ concurrency_limit=20,#layout="vertical",#bubble_full_width=False
 
26
  )
27
+ llava.analytics("G-Q97F95XEMZ")
28
  llava.launch(share=True,show_api=False)