update app [.offload]
Browse files
app.py
CHANGED
|
@@ -288,7 +288,7 @@ css="""
|
|
| 288 |
#main-title h1 {font-size: 2.2em !important;}
|
| 289 |
"""
|
| 290 |
|
| 291 |
-
with gr.Blocks(
|
| 292 |
with gr.Column(elem_id="col-container"):
|
| 293 |
gr.Markdown("# **Qwen-Image-Edit-2509-LoRAs-Fast-Fusion**", elem_id="main-title")
|
| 294 |
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.")
|
|
|
|
| 288 |
#main-title h1 {font-size: 2.2em !important;}
|
| 289 |
"""
|
| 290 |
|
| 291 |
+
with gr.Blocks() as demo:
|
| 292 |
with gr.Column(elem_id="col-container"):
|
| 293 |
gr.Markdown("# **Qwen-Image-Edit-2509-LoRAs-Fast-Fusion**", elem_id="main-title")
|
| 294 |
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.")
|