Spaces:
Running
on
Zero
Running
on
Zero
update app (#15)
Browse files- update app (287c5008fea083c29d8a8c23931eeb260ee38309)
app.py
CHANGED
@@ -460,7 +460,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
|
|
460 |
show_share_button=False
|
461 |
)
|
462 |
with gr.Group():
|
463 |
-
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="username/
|
464 |
gr.Markdown("[Check Qwen-Image LoRAs](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image)", elem_id="lora_list")
|
465 |
custom_lora_info = gr.HTML(visible=False)
|
466 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
@@ -540,5 +540,5 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
|
|
540 |
outputs=[result, seed]
|
541 |
)
|
542 |
|
543 |
-
app.queue(
|
544 |
app.launch(share=False, ssr_mode=False, show_error=True)
|
|
|
460 |
show_share_button=False
|
461 |
)
|
462 |
with gr.Group():
|
463 |
+
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="username/lora-model-name")
|
464 |
gr.Markdown("[Check Qwen-Image LoRAs](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image)", elem_id="lora_list")
|
465 |
custom_lora_info = gr.HTML(visible=False)
|
466 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
|
|
540 |
outputs=[result, seed]
|
541 |
)
|
542 |
|
543 |
+
app.queue()
|
544 |
app.launch(share=False, ssr_mode=False, show_error=True)
|