Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ gr.ChatInterface(
|
|
116 |
show_copy_button=True,
|
117 |
likeable=True,
|
118 |
layout="panel",
|
119 |
-
bubble_full_width=
|
120 |
),
|
121 |
title="LLAVA: Large Language Virtual Assistant",
|
122 |
description="Official Demo Of ```LLAVA``` based on ```Large Language Virtual Assistant ```.",
|
|
|
116 |
show_copy_button=True,
|
117 |
likeable=True,
|
118 |
layout="panel",
|
119 |
+
bubble_full_width=False
|
120 |
),
|
121 |
title="LLAVA: Large Language Virtual Assistant",
|
122 |
description="Official Demo Of ```LLAVA``` based on ```Large Language Virtual Assistant ```.",
|