diff options
author | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-03-28 10:59:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 10:59:12 -0400 |
commit | 4414d36bf6e4f64cb6eac871c89c2e0daa4c5338 (patch) | |
tree | f35f4205328d275427781cdef145ae12014a6ad4 /modules/ui_common.py | |
parent | c5f9f7c23759f9a74fa2b563451569c8926604ba (diff) | |
parent | 955df7751eef11bb7697e2d77f6b8a6226b21e13 (diff) |
Merge branch 'master' into img2img-enhance
Diffstat (limited to 'modules/ui_common.py')
-rw-r--r-- | modules/ui_common.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/ui_common.py b/modules/ui_common.py index 0f3427c8..3b11dcc8 100644 --- a/modules/ui_common.py +++ b/modules/ui_common.py @@ -145,8 +145,7 @@ Requested path was: {f} )
if tabname != "extras":
- with gr.Row():
- download_files = gr.File(None, file_count="multiple", interactive=False, show_label=False, visible=False, elem_id=f'download_files_{tabname}')
+ download_files = gr.File(None, file_count="multiple", interactive=False, show_label=False, visible=False, elem_id=f'download_files_{tabname}')
with gr.Group():
html_info = gr.HTML(elem_id=f'html_info_{tabname}', elem_classes="infotext")
|