aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-18 07:16:33 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-18 07:16:33 +0000
commitbb431df52bf3dc5e233e42907f2d8f56e4fb6c0c (patch)
tree93da658d982db1ed6a8fc2daba4670c53e920044 /modules/ui.py
parentf9be4dc498e21b1ad2efadf5408c773e09d37fe5 (diff)
downloadstable-diffusion-webui-gfx803-bb431df52bf3dc5e233e42907f2d8f56e4fb6c0c.tar.gz
stable-diffusion-webui-gfx803-bb431df52bf3dc5e233e42907f2d8f56e4fb6c0c.tar.bz2
stable-diffusion-webui-gfx803-bb431df52bf3dc5e233e42907f2d8f56e4fb6c0c.zip
python linter fixes
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 386f493b..3be5257a 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -974,7 +974,7 @@ def create_ui():
],
show_progress=False,
)
-
+
img2img_interrogate.click(
fn=lambda *args: process_interrogate(interrogate, *args),
**interrogate_args,