tree3po commited on
Commit
7ca2fc0
·
verified ·
1 Parent(s): df9efc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks() as app:
272
  with gr.Group():
273
  stop_btn=gr.Button("Stop")
274
  clear_btn=gr.Button("Clear")
275
- client_choice=gr.Dropdown(label="Models",type='index',choices=[c for c in models],max_choices=4,multiselect=True,interactive=True)
276
  add_model=gr.Textbox(label="New Model")
277
  add_btn=gr.Button("Add Model")
278
  with gr.Column(scale=1):
 
272
  with gr.Group():
273
  stop_btn=gr.Button("Stop")
274
  clear_btn=gr.Button("Clear")
275
+ client_choice=gr.Dropdown(label="Models",type='index',value=models, choices=[c for c in models],max_choices=4,multiselect=True,interactive=True)
276
  add_model=gr.Textbox(label="New Model")
277
  add_btn=gr.Button("Add Model")
278
  with gr.Column(scale=1):