Spaces:
Running
on
Zero
Running
on
Zero
update appp
Browse files
app.py
CHANGED
|
@@ -237,8 +237,7 @@ css="""
|
|
| 237 |
#main-title h1 {font-size: 2.1em !important;}
|
| 238 |
"""
|
| 239 |
|
| 240 |
-
|
| 241 |
-
with gr.Blocks() as demo:
|
| 242 |
with gr.Column(elem_id="col-container"):
|
| 243 |
gr.Markdown("# **Qwen-Image-Edit-2509-LoRAs-Fast-Fusion**", elem_id="main-title")
|
| 244 |
gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2509) adapters for the [Qwen-Image-Edit](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) model.")
|
|
@@ -297,4 +296,4 @@ with gr.Blocks() as demo:
|
|
| 297 |
outputs=[output_image, seed]
|
| 298 |
)
|
| 299 |
|
| 300 |
-
demo.launch(
|
|
|
|
| 237 |
#main-title h1 {font-size: 2.1em !important;}
|
| 238 |
"""
|
| 239 |
|
| 240 |
+
with gr.Blocks(css=css, theme=orange_red_theme) as demo:
|
|
|
|
| 241 |
with gr.Column(elem_id="col-container"):
|
| 242 |
gr.Markdown("# **Qwen-Image-Edit-2509-LoRAs-Fast-Fusion**", elem_id="main-title")
|
| 243 |
gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2509) adapters for the [Qwen-Image-Edit](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) model.")
|
|
|
|
| 296 |
outputs=[output_image, seed]
|
| 297 |
)
|
| 298 |
|
| 299 |
+
demo.launch(mcp_server=True, ssr_mode=False, show_error=True)
|