echarlaix HF Staff commited on
Commit
67a1b92
·
1 Parent(s): 0d535ef

make additional inputs visible by default

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,