fix
This commit is contained in:
parent
7e0c6d3421
commit
33bf502b47
@ -1 +1 @@
|
||||
version = '2.1.793'
|
||||
version = '2.1.794'
|
||||
|
6
webui.py
6
webui.py
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user