Commit ·
26b235a
1
Parent(s): 21ff072
Adjust txt2img result gallery to match other tabs (columns=1, height=505)
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=1,
|
| 89 |
object_fit="contain",
|
| 90 |
+
height=505
|
| 91 |
)
|
| 92 |
|
| 93 |
|