fix typo in web_config
new gradio version requires no typo
This commit is contained in:
parent
0b3a9a68a2
commit
ef70b8e8e5
@ -185,7 +185,7 @@ def main(config_file: str):
|
|||||||
)
|
)
|
||||||
sd_controlnet_method = gr.Radio(
|
sd_controlnet_method = gr.Radio(
|
||||||
SD_CONTROLNET_CHOICES,
|
SD_CONTROLNET_CHOICES,
|
||||||
lable="ControlNet method",
|
label="ControlNet method",
|
||||||
value=init_config.sd_controlnet_method,
|
value=init_config.sd_controlnet_method,
|
||||||
)
|
)
|
||||||
no_half = gr.Checkbox(init_config.no_half, label=f"{NO_HALF_HELP}")
|
no_half = gr.Checkbox(init_config.no_half, label=f"{NO_HALF_HELP}")
|
||||||
|
Loading…
Reference in New Issue
Block a user