artificialguybr commited on
Commit
7240ddc
1 Parent(s): 6589d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as app:
57
  selected_state = gr.State()
58
 
59
  with gr.Row():
60
- gallery = gr.Gallery([(item["image"], item["title"]) for item in loras], label="LoRA Gallery", allow_preview=False, columns=3)
61
 
62
  with gr.Column():
63
  prompt_title = gr.Markdown("### Click on a LoRA in the gallery to create with it")
 
57
  selected_state = gr.State()
58
 
59
  with gr.Row():
60
+ gallery = gr.Gallery([(item["image"], item["title"]) for item in loras], label="LoRA Gallery", allow_preview=False, columns=1)
61
 
62
  with gr.Column():
63
  prompt_title = gr.Markdown("### Click on a LoRA in the gallery to create with it")