From bb5779196abdb44a433c850bdf054d2746252393 Mon Sep 17 00:00:00 2001 From: lvmin Date: Mon, 16 Oct 2023 18:52:14 -0700 Subject: [PATCH] height --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 68795afd..4647ae62 100644 --- a/webui.py +++ b/webui.py @@ -60,7 +60,7 @@ with shared.gradio_root: with gr.Column(): progress_window = grh.Image(label='Preview', show_label=True, height=640, visible=False) progress_html = gr.HTML(value=modules.html.make_progress_html(32, 'Progress 32%'), visible=False, elem_id='progress-bar', elem_classes='progress-bar') - gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=720, visible=True, elem_classes='resizable_area') + gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', height=745, visible=True, elem_classes='resizable_area') with gr.Row(elem_classes='type_row'): with gr.Column(scale=0.85): prompt = gr.Textbox(show_label=False, placeholder="Type prompt here.",