fix typo in web_config

new gradio version requires no typo
This commit is contained in:
Qing 2023-11-01 09:03:49 +08:00
parent 0b3a9a68a2
commit ef70b8e8e5

View File

@ -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}")