LPX55 commited on
Commit
5546101
·
verified ·
1 Parent(s): fc005aa

feat: add noise for more variations for batched inferences

Browse files
Files changed (1) hide show
  1. app_local.py +1 -1
app_local.py CHANGED
@@ -457,7 +457,7 @@ with gr.Blocks(title="Qwen Image Edit - Fast Lightning Mode w/ Batch") as demo:
457
  )
458
 
459
  # Output Column
460
- with gr.Column(scale=1):
461
  result = gr.Gallery(
462
  label="Edited Images",
463
  columns=lambda x: min(x, 2),
 
457
  )
458
 
459
  # Output Column
460
+ with gr.Column(scale=2):
461
  result = gr.Gallery(
462
  label="Edited Images",
463
  columns=lambda x: min(x, 2),