Spaces:
Running
Running
charliebaby2023
commited on
Update app.py
Browse files
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
|
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 |
|