Spaces:
Sleeping
Sleeping
Commit
·
181d76c
1
Parent(s):
aca8fee
Additional inputsopen by default
Browse files
app.py
CHANGED
@@ -74,6 +74,7 @@ demo = gr.ChatInterface(
|
|
74 |
gr.Checkbox(value=True, label="conversational"),
|
75 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
76 |
],
|
|
|
77 |
title="NeonLLM (v2024-06-17)",
|
78 |
concurrency_limit=5,
|
79 |
)
|
|
|
74 |
gr.Checkbox(value=True, label="conversational"),
|
75 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
76 |
],
|
77 |
+
additional_inputs_accordion=gr.Accordion(label="Config", open=True),
|
78 |
title="NeonLLM (v2024-06-17)",
|
79 |
concurrency_limit=5,
|
80 |
)
|