diff options
author | Florian Horn <florianins@gmail.com> | 2022-10-27 14:32:10 +0000 |
---|---|---|
committer | Florian Horn <florianins@gmail.com> | 2022-10-27 14:32:10 +0000 |
commit | 268159cfe3231743c554a1a9bf15d090c758f920 (patch) | |
tree | aee54e7d311365ffe9cddf93aa8a591bd0659d81 /modules/ui.py | |
parent | 0995e879cea8ce871489ea8e393bb0eba6edc09c (diff) | |
download | stable-diffusion-webui-gfx803-268159cfe3231743c554a1a9bf15d090c758f920.tar.gz stable-diffusion-webui-gfx803-268159cfe3231743c554a1a9bf15d090c758f920.tar.bz2 stable-diffusion-webui-gfx803-268159cfe3231743c554a1a9bf15d090c758f920.zip |
fixed indentation
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index 1332e265..d49b10b2 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -630,7 +630,7 @@ def create_ui(wrap_gradio_gpu_call): import modules.img2img
import modules.txt2img
-
+
with gr.Blocks(analytics_enabled=False) as txt2img_interface:
txt2img_prompt, roll, txt2img_prompt_style, txt2img_negative_prompt, txt2img_prompt_style2, submit, _, _, txt2img_prompt_style_apply, txt2img_save_style, txt2img_paste, token_counter, token_button = create_toprow(is_img2img=False)
dummy_component = gr.Label(visible=False)
|