assistanttttttt commited on
Commit
560df86
·
1 Parent(s): d1dc2f7

Set result gallery to 2 columns and height matching parameter blocks

Browse files
Files changed (1) hide show
  1. ui/shared/txt2img_ui.py +2 -2
ui/shared/txt2img_ui.py CHANGED
@@ -85,9 +85,9 @@ def create_ui():
85
  components[f'result_{prefix}'] = gr.Gallery(
86
  label="Result",
87
  show_label=False,
88
- columns=1,
89
  object_fit="contain",
90
- height=505
91
  )
92
 
93
 
 
85
  components[f'result_{prefix}'] = gr.Gallery(
86
  label="Result",
87
  show_label=False,
88
+ columns=2,
89
  object_fit="contain",
90
+ height=627
91
  )
92
 
93