Skip to content

Commit

Permalink
Fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Apr 9, 2024
1 parent c11beaf commit 516801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gradio_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,7 @@ def set_visible_models(visible_models1, compare_checkbox1, visible_models_text1,
num_model_lock=len(text_outputs),
all_possible_visible_models=kwargs['all_possible_visible_models'])
visible_models.change(fn=visible_models_func,
inputs=[visible_models, compare_checkbox],
inputs=[visible_models, compare_checkbox, visible_models_text],
outputs=[visible_models, visible_models_text, text_output, text_output2] + text_outputs,
).then(**save_auth_kwargs)

Expand Down

0 comments on commit 516801d

Please sign in to comment.