killwithabass commited on
Commit
9cbafa8
·
verified ·
1 Parent(s): b220271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
121
  with gr.Row():
122
  with gr.Column(scale=3):
123
  selected_info = gr.Markdown("")
124
- with gr.Accordion("LoRA Gallery", open=True):
125
  gallery = gr.Gallery(
126
  [(item["image"], item["title"]) for item in loras],
127
  label="LoRAs",
 
121
  with gr.Row():
122
  with gr.Column(scale=3):
123
  selected_info = gr.Markdown("")
124
+ with gr.Accordion("LoRA Gallery", open=False):
125
  gallery = gr.Gallery(
126
  [(item["image"], item["title"]) for item in loras],
127
  label="LoRAs",