DmitrMakeev
commited on
Commit
•
f8e42d0
1
Parent(s):
4309298
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ gr.ChatInterface(
|
|
97 |
fn=generate,
|
98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
-
title="
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
).launch(show_api=False)
|
|
|
97 |
fn=generate,
|
98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
+
title="Mix-OpenAI-Chat",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
).launch(show_api=False)
|