prithivMLmods commited on
Commit
7a6e6ed
·
verified ·
1 Parent(s): e0e247e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -276,7 +276,7 @@ css="""
276
  with gr.Blocks() as demo:
277
  with gr.Column(elem_id="col-container"):
278
  gr.Markdown("# **Qwen-Image-Edit-2511-LoRAs-Fast**", elem_id="main-title")
279
- gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2511) adapters. Upload one or more images (required for tasks like Any-Pose or Light-Migration).")
280
 
281
  with gr.Row(equal_height=True):
282
  with gr.Column():
@@ -298,7 +298,7 @@ with gr.Blocks() as demo:
298
  run_button = gr.Button("Edit Image", variant="primary")
299
 
300
  with gr.Column():
301
- output_image = gr.Image(label="Output Image", interactive=False, format="png", height=353)
302
 
303
  with gr.Row():
304
  lora_adapter = gr.Dropdown(
 
276
  with gr.Blocks() as demo:
277
  with gr.Column(elem_id="col-container"):
278
  gr.Markdown("# **Qwen-Image-Edit-2511-LoRAs-Fast**", elem_id="main-title")
279
+ gr.Markdown("Perform diverse image edits using specialized [LoRA](https://huggingface.co/models?other=base_model:adapter:Qwen/Qwen-Image-Edit-2511) adapters. Upload one or more images.")
280
 
281
  with gr.Row(equal_height=True):
282
  with gr.Column():
 
298
  run_button = gr.Button("Edit Image", variant="primary")
299
 
300
  with gr.Column():
301
+ output_image = gr.Image(label="Output Image", interactive=False, format="png", height=357)
302
 
303
  with gr.Row():
304
  lora_adapter = gr.Dropdown(