aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_common.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-27 10:20:01 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-03-27 10:20:01 +0300
commit9e82896d5f0365b25aacf755799e9fb08078b0ba (patch)
tree7293a76ce79ecb5e3c274168f0dba15f85301e62 /modules/ui_common.py
parent5fcd4bfa3d86c3ebf91ff993b6472a68a3a4f6ad (diff)
remove an extra unneeded row in outputs
Diffstat (limited to 'modules/ui_common.py')
-rw-r--r--modules/ui_common.py3
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")