Satyam-Singh commited on
Commit
7ba5b6a
1 Parent(s): f7dfc7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -124,9 +124,10 @@ gr.ChatInterface(
124
  show_share_button=False,
125
  show_copy_button=True,
126
  likeable=True,
127
- layout="panel"
 
128
  ),
129
  title="LLAVA: Large Language Virtual Assistant",
130
- description="Official Demo Of ```LLAVA``` based on ```Large Language Virtual Assistant ```.,
131
  concurrency_limit=20,
132
  ).launch(show_api=True)
 
124
  show_share_button=False,
125
  show_copy_button=True,
126
  likeable=True,
127
+ layout="panel",
128
+ bubble_full_width=False
129
  ),
130
  title="LLAVA: Large Language Virtual Assistant",
131
+ description="Official Demo Of ```LLAVA``` based on ```Large Language Virtual Assistant ```.",
132
  concurrency_limit=20,
133
  ).launch(show_api=True)