Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ gr.ChatInterface(
|
|
92 |
fn=generate,
|
93 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
94 |
additional_inputs=additional_inputs,
|
95 |
-
title="
|
96 |
examples=examples,
|
97 |
concurrency_limit=20,
|
98 |
).launch(show_api=False)
|
|
|
92 |
fn=generate,
|
93 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
94 |
additional_inputs=additional_inputs,
|
95 |
+
title="theGame",
|
96 |
examples=examples,
|
97 |
concurrency_limit=20,
|
98 |
).launch(show_api=False)
|