prithivMLmods commited on
Commit
cd5f719
·
verified ·
1 Parent(s): 40dde98

update app [.offload]

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ css="""
288
  #main-title h1 {font-size: 2.2em !important;}
289
  """
290
 
291
- with gr.Blocks(delete_cache=(900, 900)) 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.")
 
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.")