LPX55 commited on
Commit
b063447
·
verified ·
1 Parent(s): 5cfb3e9

Update app_local.py

Browse files
Files changed (1) hide show
  1. app_local.py +1 -3
app_local.py CHANGED
@@ -509,7 +509,7 @@ with gr.Blocks(title="'Qwen Image Edit' Model Playground & Showcase [4-Step Ligh
509
  preset_state = gr.State(value=ORIGINAL_PRESETS)
510
  gr.Markdown("## ⚡️ Qwen-Image-Edit Lightning Presets")
511
 
512
- with gr.Row():
513
  # Input Column
514
  with gr.Column(scale=1):
515
  input_image = gr.Image(
@@ -521,8 +521,6 @@ with gr.Blocks(title="'Qwen Image Edit' Model Playground & Showcase [4-Step Ligh
521
  result = gr.Gallery(
522
  label="Edited Images",
523
  columns=2,
524
- height="60vh",
525
- object_fit="contain",
526
  container=True
527
  )
528
  with gr.Row():
 
509
  preset_state = gr.State(value=ORIGINAL_PRESETS)
510
  gr.Markdown("## ⚡️ Qwen-Image-Edit Lightning Presets")
511
 
512
+ with gr.Row(equal_height=True):
513
  # Input Column
514
  with gr.Column(scale=1):
515
  input_image = gr.Image(
 
521
  result = gr.Gallery(
522
  label="Edited Images",
523
  columns=2,
 
 
524
  container=True
525
  )
526
  with gr.Row():