This commit is contained in:
lllyasviel 2023-11-12 01:59:40 -08:00
parent 7e0c6d3421
commit 33bf502b47
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
version = '2.1.793'
version = '2.1.794'

View File

@ -78,13 +78,13 @@ with shared.gradio_root:
with gr.Row():
with gr.Column(scale=2):
with gr.Row():
progress_window = grh.Image(label='Preview', show_label=True, visible=False,
progress_window = grh.Image(label='Preview', show_label=True, visible=False, height=768,
elem_classes=['main_view'])
progress_gallery = gr.Gallery(label='Finished Images', show_label=True, object_fit='contain',
visible=False, elem_classes=['main_view'])
height=768, visible=False, elem_classes=['main_view'])
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', visible=True,
gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain', visible=True, height=768,
elem_classes=['resizable_area', 'main_view'])
with gr.Row(elem_classes='type_row'):
with gr.Column(scale=17):