shweaung commited on
Commit
a8e0fe0
1 Parent(s): f2fa449

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 path", placeholder="waloneai/vintage-ads-flux")
292
- gr.Markdown("[Check the list of LoRas.If GPU Exceed error occur, try with vpn and change locations.GPU limit ကျော်လွန်သည့် error ပြပါက vpn နဲ့ location ပြောင်းသုံးပါ](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():
 
288
  show_share_button=False
289
  )
290
  with gr.Group():
291
+ custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA path", placeholder="shweaung/kathein-festival")
292
+ gr.Markdown("[Check the list of LoRas.If GPU Exceed error occur, try with vpn and change locations.GPU limit ကျော်လွန်သည့် error ပြပါက vpn နဲ့ location ပြောင်းသုံးပါ။ Custom LoRA model တွေကို ဒီလင့်ကိုနိုပ်ပြီးကြည့်နိုင်ပါတယ်](https://writtech.com/waloneai/walone-lora-library/)", 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():