Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|