Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def generate(
|
|
92 |
demo = gr.ChatInterface(
|
93 |
fn=generate,
|
94 |
additional_inputs=[
|
95 |
-
gr.Textbox(placeholder=CHAT_TEMPLATE, label="Chat template"),
|
96 |
gr.Slider(
|
97 |
label="Max new tokens",
|
98 |
minimum=1,
|
|
|
92 |
demo = gr.ChatInterface(
|
93 |
fn=generate,
|
94 |
additional_inputs=[
|
95 |
+
gr.Textbox(placeholder=CHAT_TEMPLATE, label="Chat template", scale=8),
|
96 |
gr.Slider(
|
97 |
label="Max new tokens",
|
98 |
minimum=1,
|