diff --git a/lama_cleaner/web_config.py b/lama_cleaner/web_config.py index 61efdcc..25d53c5 100644 --- a/lama_cleaner/web_config.py +++ b/lama_cleaner/web_config.py @@ -185,7 +185,7 @@ def main(config_file: str): ) sd_controlnet_method = gr.Radio( SD_CONTROLNET_CHOICES, - lable="ControlNet method", + label="ControlNet method", value=init_config.sd_controlnet_method, ) no_half = gr.Checkbox(init_config.no_half, label=f"{NO_HALF_HELP}")