Skip to content

Commit 268159c

Browse files
committed
fixed indentation
1 parent 0995e87 commit 268159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def create_ui(wrap_gradio_gpu_call):
630630
import modules.img2img
631631
import modules.txt2img
632632

633-
633+
634634
with gr.Blocks(analytics_enabled=False) as txt2img_interface:
635635
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)
636636
dummy_component = gr.Label(visible=False)

0 commit comments

Comments
 (0)