From df060da31b29c0433a60c8096f9d66a8cffef3f6 Mon Sep 17 00:00:00 2001 From: lvmin Date: Fri, 11 Aug 2023 10:23:26 -0700 Subject: [PATCH] i --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index f2ee76b..9856a83 100644 --- a/webui.py +++ b/webui.py @@ -45,7 +45,7 @@ block = gr.Blocks(title='Fooocus ' + fooocus_version.version).queue() with block: with gr.Row(): with gr.Column(): - gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=768) + gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=720) with gr.Row(): with gr.Column(scale=0.85): prompt = gr.Textbox(show_label=False, placeholder="Type prompt here.", container=False, autofocus=True)