stilljustanobody
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -127,10 +127,10 @@ examples=[["Hi", None, None, None, None, None, ],
|
|
127 |
|
128 |
gr.ChatInterface(
|
129 |
fn=generate,
|
130 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=
|
131 |
additional_inputs=additional_inputs,
|
132 |
title="AmberBot ",
|
133 |
examples=examples,
|
134 |
-
concurrency_limit=
|
135 |
theme = gr.themes.Default(primary_hue= gr.themes.colors.green, secondary_hue= gr.themes.colors.yellow)
|
136 |
).launch(show_api=False)
|
|
|
127 |
|
128 |
gr.ChatInterface(
|
129 |
fn=generate,
|
130 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
131 |
additional_inputs=additional_inputs,
|
132 |
title="AmberBot ",
|
133 |
examples=examples,
|
134 |
+
concurrency_limit=128,
|
135 |
theme = gr.themes.Default(primary_hue= gr.themes.colors.green, secondary_hue= gr.themes.colors.yellow)
|
136 |
).launch(show_api=False)
|