Lisandro commited on
Commit
546365b
·
1 Parent(s): bcf76f5

gallery height 100%

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -139,7 +139,8 @@ with gr.Blocks(css=css) as demo:
139
  [(item["image"], item["title"]) for item in loras],
140
  label="LoRA Gallery",
141
  allow_preview=False,
142
- columns=2
 
143
  )
144
 
145
 
 
139
  [(item["image"], item["title"]) for item in loras],
140
  label="LoRA Gallery",
141
  allow_preview=False,
142
+ columns=2,
143
+ height="100%"
144
  )
145
 
146