From ef70b8e8e52ddfb09b75330cdc18c5e51739cc46 Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 1 Nov 2023 09:03:49 +0800 Subject: [PATCH] fix typo in web_config new gradio version requires no typo --- lama_cleaner/web_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")