Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,9 @@ additional_inputs = [
|
|
44 |
|
45 |
gr.ChatInterface(
|
46 |
fn=generate,
|
47 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=
|
48 |
additional_inputs=additional_inputs,
|
49 |
-
title="
|
50 |
concurrency_limit=20,
|
51 |
-
|
52 |
).launch(show_api=False,)
|
|
|
44 |
|
45 |
gr.ChatInterface(
|
46 |
fn=generate,
|
47 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
48 |
additional_inputs=additional_inputs,
|
49 |
+
title="FreeAI",
|
50 |
concurrency_limit=20,
|
51 |
+
|
52 |
).launch(show_api=False,)
|