From 72e2a96284e0cbc11ebea7e8cd6739175dbc63af Mon Sep 17 00:00:00 2001 From: DepFA <35278260+dfaker@users.noreply.github.com> Date: Sun, 25 Sep 2022 06:40:37 +0100 Subject: [PATCH] Correct indent --- modules/ui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ui.py b/modules/ui.py index 4862a267..87803ac2 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -1058,13 +1058,13 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo): apply_field(x, 'value', lambda val: val in x.choices) if type(x) == gr.Checkbox: - apply_field(x, 'value') + apply_field(x, 'value') if type(x) == gr.Textbox: - apply_field(x, 'value') + apply_field(x, 'value') if type(x) == gr.Number: - apply_field(x, 'value') + apply_field(x, 'value') visit(txt2img_interface, loadsave, "txt2img") visit(img2img_interface, loadsave, "img2img")