From dd3546164ac82bb5d4e477ef61313bf573661d44 Mon Sep 17 00:00:00 2001 From: nabilaba Date: Wed, 11 Jun 2025 00:35:30 +0700 Subject: [PATCH] fix typo --- webui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui.py b/webui.py index 795c8b7a..df7bc072 100644 --- a/webui.py +++ b/webui.py @@ -561,7 +561,7 @@ with shared.gradio_root: outputs=enhance_input_panel, queue=False, show_progress=False, _js=switch_js) with gr.Column(scale=1, visible=modules.config.default_advanced_checkbox) as advanced_column: - with gr.Tab(label='Settings') as seetings_tab: + with gr.Tab(label='Settings') as settings_tab: if not args_manager.args.disable_preset_selection: preset_selection = gr.Dropdown(label='Preset', choices=modules.config.available_presets, @@ -899,7 +899,7 @@ with shared.gradio_root: show_progress=False ) - seetings_tab.select( + settings_tab.select( fn=refresh_files_clicked, inputs=[], outputs=refresh_files_output + lora_ctrls,