Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ gr.ChatInterface(
|
|
114 |
fn=generate,
|
115 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
116 |
additional_inputs=additional_inputs,
|
117 |
-
title="Mixtral
|
118 |
examples=examples,
|
119 |
concurrency_limit=20,
|
120 |
).launch(share=True,show_api=True)
|
|
|
114 |
fn=generate,
|
115 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
116 |
additional_inputs=additional_inputs,
|
117 |
+
title="Mixtral RPG Game Master",
|
118 |
examples=examples,
|
119 |
concurrency_limit=20,
|
120 |
).launch(share=True,show_api=True)
|