charliebaby2023 commited on
Commit
cd443b7
·
verified ·
1 Parent(s): 9318515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def make_me():
74
  stop_button.click(lambda s: gr.update(interactive=False), None, stop_button, cancels=[gen_event])
75
  with gr.Accordion('Model selection'):
76
  # model_choice = gr.CheckboxGroup(models, label=f' {num_models} different models selected', value=default_models, multiselect=True, interactive=True, filterable=False)
77
- model_choice = gr.CheckboxGroup(models, label=f' {num_models} different models selected', value=default_models, interactive=True, filterable=False)
78
  model_choice.change(update_imgbox, model_choice, output)
79
  model_choice.change(extend_choices, model_choice, current_models)
80
 
 
74
  stop_button.click(lambda s: gr.update(interactive=False), None, stop_button, cancels=[gen_event])
75
  with gr.Accordion('Model selection'):
76
  # model_choice = gr.CheckboxGroup(models, label=f' {num_models} different models selected', value=default_models, multiselect=True, interactive=True, filterable=False)
77
+ model_choice = gr.CheckboxGroup(models, label=f' {num_models} different models selected', value=default_models, interactive=True )
78
  model_choice.change(update_imgbox, model_choice, output)
79
  model_choice.change(extend_choices, model_choice, current_models)
80