Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ gr.ChatInterface(
|
|
96 |
fn=generate,
|
97 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
98 |
additional_inputs=additional_inputs,
|
99 |
-
title=
|
100 |
examples=examples,
|
101 |
description=description,
|
102 |
concurrency_limit=20,
|
|
|
96 |
fn=generate,
|
97 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
98 |
additional_inputs=additional_inputs,
|
99 |
+
title='openchat/openchat-3.5-1210',
|
100 |
examples=examples,
|
101 |
description=description,
|
102 |
concurrency_limit=20,
|