Commit
•
16490f6
1
Parent(s):
9c05c8d
Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ css = '''
|
|
410 |
#title{text-align: center}
|
411 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
412 |
#title img{width: 100px; margin-right: 0.5em}
|
413 |
-
#gallery .grid-wrap{height:
|
414 |
#lora_list{background: var(--block-background-fill);padding: 0 1em .3em; font-size: 90%}
|
415 |
.custom_lora_card{margin-bottom: 1em}
|
416 |
.card_internal{display: flex;height: 100px;margin-top: .5em}
|
@@ -464,7 +464,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
464 |
[(item["image"], item["title"]) for item in loras],
|
465 |
label="LoRA Gallery",
|
466 |
allow_preview=False,
|
467 |
-
columns=
|
468 |
elem_id="gallery"
|
469 |
)
|
470 |
with gr.Group():
|
|
|
410 |
#title{text-align: center}
|
411 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
412 |
#title img{width: 100px; margin-right: 0.5em}
|
413 |
+
#gallery .grid-wrap{height: 5vh}
|
414 |
#lora_list{background: var(--block-background-fill);padding: 0 1em .3em; font-size: 90%}
|
415 |
.custom_lora_card{margin-bottom: 1em}
|
416 |
.card_internal{display: flex;height: 100px;margin-top: .5em}
|
|
|
464 |
[(item["image"], item["title"]) for item in loras],
|
465 |
label="LoRA Gallery",
|
466 |
allow_preview=False,
|
467 |
+
columns=5,
|
468 |
elem_id="gallery"
|
469 |
)
|
470 |
with gr.Group():
|