Commit ·
560df86
1
Parent(s): d1dc2f7
Set result gallery to 2 columns and height matching parameter blocks
Browse files- 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=
|
| 89 |
object_fit="contain",
|
| 90 |
-
height=
|
| 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 |
|