Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
292 |
-
gr.Markdown("[Check the list of LoRas.If GPU Exceed error occur, try with vpn and change locations.GPU limit ကျော်လွန်သည့် error ပြပါက vpn နဲ့ location
|
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():
|