Spaces:
Running
on
Zero
Running
on
Zero
shweaung
commited on
Commit
•
b9cdebb
1
Parent(s):
175f6c8
Update app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
|
|
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():
|
|
|
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():
|