Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,9 +78,9 @@ def generate(
|
|
78 |
|
79 |
chat_interface = gr.ChatInterface(
|
80 |
fn=generate,
|
81 |
-
chat_bot=gr.Chatbot(height="
|
82 |
additional_inputs=[
|
83 |
-
gr.Textbox(label="System prompt", lines=
|
84 |
gr.Slider(
|
85 |
label="Max new tokens",
|
86 |
minimum=1,
|
|
|
78 |
|
79 |
chat_interface = gr.ChatInterface(
|
80 |
fn=generate,
|
81 |
+
chat_bot=gr.Chatbot(height="480px"),
|
82 |
additional_inputs=[
|
83 |
+
gr.Textbox(label="System prompt", lines=4),
|
84 |
gr.Slider(
|
85 |
label="Max new tokens",
|
86 |
minimum=1,
|