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

make choices visible

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ demo = gr.ChatInterface(
272
  ),
273
  multimodal=True,
274
  additional_inputs=[
275
- gr.Dropdown(model_choices, value=model_choices[0], label="Model ID"),
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
  ],
 
272
  ),
273
  multimodal=True,
274
  additional_inputs=[
275
+ gr.Dropdown(model_choices, value=model_choices[0], label="Model ID", visible=True),
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
  ],