aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_postprocessing.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-04 07:50:17 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-04 08:04:23 +0300
commit362789a3793025c698fa42372fd66c3c4f2d6413 (patch)
tree01bcae7741f9b2da0759601d4c048bd5054f7d00 /modules/ui_postprocessing.py
parent71efc5bda81e1709c76cbf8a94220d78df3d955a (diff)
gradio 3.39
Diffstat (limited to 'modules/ui_postprocessing.py')
-rw-r--r--modules/ui_postprocessing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_postprocessing.py b/modules/ui_postprocessing.py
index c7dc1154..802e1ce7 100644
--- a/modules/ui_postprocessing.py
+++ b/modules/ui_postprocessing.py
@@ -6,7 +6,7 @@ import modules.generation_parameters_copypaste as parameters_copypaste
def create_ui():
tab_index = gr.State(value=0)
- with gr.Row().style(equal_height=False, variant='compact'):
+ with gr.Row(equal_height=False, variant='compact'):
with gr.Column(variant='compact'):
with gr.Tabs(elem_id="mode_extras"):
with gr.TabItem('Single Image', id="single_image", elem_id="extras_single_tab") as tab_single: