shweaung commited on
Commit
175f6c8
·
verified ·
1 Parent(s): aa43698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -288,8 +288,8 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
288
  show_share_button=False
289
  )
290
  with gr.Group():
291
- custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="multimodalart/vintage-ads-flux")
292
- gr.Markdown("[Check the list of FLUX LoRas](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
293
  custom_lora_info = gr.HTML(visible=False)
294
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
295
  with gr.Column():
 
288
  show_share_button=False
289
  )
290
  with gr.Group():
291
+ custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA path", placeholder="waloneai/vintage-ads-flux")
292
+ gr.Markdown("[Check the list of LoRas](https://writtech.com/waloneai/loras)", elem_id="lora_list")
293
  custom_lora_info = gr.HTML(visible=False)
294
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
295
  with gr.Column():