prithivMLmods commited on
Commit
c4efb00
·
verified ·
1 Parent(s): 62b9762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -361,7 +361,6 @@ with gr.Blocks() as demo:
361
 
362
  with gr.Row(equal_height=True):
363
 
364
- # ── LEFT COLUMN: inputs ─────────────────────────────────────────
365
  with gr.Column():
366
  input_images = gr.Gallery(
367
  label="Input Images",
@@ -402,7 +401,7 @@ with gr.Blocks() as demo:
402
 
403
  seed_output = gr.Number(label="Seed Used", precision=0, visible=False)
404
 
405
- with gr.Accordion("Advanced Settings", open=False):
406
  seed = gr.Slider(
407
  label="Seed",
408
  minimum=0,
@@ -464,7 +463,6 @@ with gr.Blocks() as demo:
464
  "Experimental Space — FLUX.2 [klein] 4B VAE Decoder Comparison."
465
  )
466
 
467
- # ── events ────────────────────────────────────────────────────────────────
468
  input_images.upload(
469
  fn=update_dimensions_from_image,
470
  inputs=[input_images],
 
361
 
362
  with gr.Row(equal_height=True):
363
 
 
364
  with gr.Column():
365
  input_images = gr.Gallery(
366
  label="Input Images",
 
401
 
402
  seed_output = gr.Number(label="Seed Used", precision=0, visible=False)
403
 
404
+ with gr.Accordion("Advanced Settings", open=False, visible=False):
405
  seed = gr.Slider(
406
  label="Seed",
407
  minimum=0,
 
463
  "Experimental Space — FLUX.2 [klein] 4B VAE Decoder Comparison."
464
  )
465
 
 
466
  input_images.upload(
467
  fn=update_dimensions_from_image,
468
  inputs=[input_images],