Spaces:
Running
on
CPU Spr
Running
on
CPU Spr
make additional inputs visible by default
Browse files
app.py
CHANGED
|
@@ -276,6 +276,7 @@ demo = gr.ChatInterface(
|
|
| 276 |
# gr.Textbox(label="System Prompt", value="You are a helpful assistant."),
|
| 277 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
| 278 |
],
|
|
|
|
| 279 |
stop_btn=False,
|
| 280 |
title="Fast quantized SmolVLM2 ⚡",
|
| 281 |
description=description,
|
|
|
|
| 276 |
# gr.Textbox(label="System Prompt", value="You are a helpful assistant."),
|
| 277 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
| 278 |
],
|
| 279 |
+
additional_inputs_accordion=gr.Accordion(label="Additional Inputs", open=True),
|
| 280 |
stop_btn=False,
|
| 281 |
title="Fast quantized SmolVLM2 ⚡",
|
| 282 |
description=description,
|