Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def generate(
|
|
44 |
additional_inputs=[
|
45 |
gr.Textbox(
|
46 |
label="System Prompt",
|
47 |
-
max_lines=
|
48 |
interactive=True,
|
49 |
),
|
50 |
gr.Slider(
|
@@ -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)
|
|
|
44 |
additional_inputs=[
|
45 |
gr.Textbox(
|
46 |
label="System Prompt",
|
47 |
+
max_lines=3,
|
48 |
interactive=True,
|
49 |
),
|
50 |
gr.Slider(
|
|
|
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="SissyGPT-Lite (Powered by Mixtral-8x7B)",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
).launch(show_api=False)
|