prithivMLmods commited on
Commit
b474499
·
verified ·
1 Parent(s): dddc2d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
265
  show_share_button=False
266
  )
267
  with gr.Group():
268
- custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="multimodalart/vintage-ads-flux")
269
  gr.Markdown("[Check the list of Hi-Dream LoRAs]", elem_id="lora_list")
270
  custom_lora_info = gr.HTML(visible=False)
271
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
 
265
  show_share_button=False
266
  )
267
  with gr.Group():
268
+ custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="linoyts/HiDream-yarn-art-LoRA")
269
  gr.Markdown("[Check the list of Hi-Dream LoRAs]", elem_id="lora_list")
270
  custom_lora_info = gr.HTML(visible=False)
271
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)