multimodalart HF staff commited on
Commit
8eede5b
1 Parent(s): 0e85121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -286,7 +286,8 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 3600)
286
  label="LoRA Gallery",
287
  allow_preview=False,
288
  columns=3,
289
- elem_id="gallery"
 
290
  )
291
  with gr.Group():
292
  custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="multimodalart/vintage-ads-flux")
 
286
  label="LoRA Gallery",
287
  allow_preview=False,
288
  columns=3,
289
+ elem_id="gallery",
290
+ show_share_button=False
291
  )
292
  with gr.Group():
293
  custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="multimodalart/vintage-ads-flux")