diff --git a/modules/ui_gallery.py b/modules/ui_gallery.py index 283b720a8..f22bc1a1a 100644 --- a/modules/ui_gallery.py +++ b/modules/ui_gallery.py @@ -68,6 +68,7 @@ def create_ui(): sort_buttons.append(ToolButton(value=ui_symbols.sort_time_dsc, elem_classes=['gallery-sort'])) gr.Textbox(show_label=False, placeholder='Search', elem_id='tab-gallery-search') gr.HTML('', elem_id='tab-gallery-status') + gr.HTML('', elem_id='tab-gallery-progress') for btn in sort_buttons: btn.click(fn=None, _js='gallerySort', inputs=[btn], outputs=[]) with gr.Row():