Spaces:
Running
on
Zero
Running
on
Zero
shweaung
commited on
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
|
292 |
-
gr.Markdown("[Check the list of
|
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():
|