Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -469,7 +469,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
|
|
469 |
show_share_button=False
|
470 |
)
|
471 |
with gr.Group():
|
472 |
-
custom_lora = gr.Textbox(label="Custom LoRA",
|
473 |
gr.Markdown("[Check Qwen-Image LoRAs](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image)", elem_id="lora_list")
|
474 |
custom_lora_info = gr.HTML(visible=False)
|
475 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
|
|
469 |
show_share_button=False
|
470 |
)
|
471 |
with gr.Group():
|
472 |
+
custom_lora = gr.Textbox(label="Custom LoRA", placeholder="username/lora-model-name")
|
473 |
gr.Markdown("[Check Qwen-Image LoRAs](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image)", elem_id="lora_list")
|
474 |
custom_lora_info = gr.HTML(visible=False)
|
475 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|