prithivMLmods commited on
Commit
f00c8a8
·
verified ·
1 Parent(s): b56e0d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ css="""
165
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
166
  with gr.Column(elem_id="col-container"):
167
  gr.Markdown("# **Qwen-Image-Edit-2509-LoRAs-Fast**", elem_id="main-title")
168
- gr.Markdown("Perform diverse image edits using specialized LoRA adapters for the Qwen-Image-Edit model.")
169
 
170
  with gr.Row(equal_height=True):
171
  with gr.Column():
 
165
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
166
  with gr.Column(elem_id="col-container"):
167
  gr.Markdown("# **Qwen-Image-Edit-2509-LoRAs-Fast**", elem_id="main-title")
168
+ 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.")
169
 
170
  with gr.Row(equal_height=True):
171
  with gr.Column():