aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_common.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_common.py
parent71efc5bda81e1709c76cbf8a94220d78df3d955a (diff)
gradio 3.39
Diffstat (limited to 'modules/ui_common.py')
-rw-r--r--modules/ui_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_common.py b/modules/ui_common.py
index ba75fa73..eefe0c0e 100644
--- a/modules/ui_common.py
+++ b/modules/ui_common.py
@@ -134,7 +134,7 @@ Requested path was: {f}
with gr.Column(variant='panel', elem_id=f"{tabname}_results"):
with gr.Group(elem_id=f"{tabname}_gallery_container"):
- result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery").style(columns=4)
+ result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery", columns=4)
generation_info = None
with gr.Column():