linoyts HF Staff commited on
Commit
3374751
·
verified ·
1 Parent(s): 13f9a1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -464,7 +464,7 @@ with gr.Blocks(css=css) as demo:
464
  """)
465
 
466
  with gr.Row():
467
- with gr.Column():
468
  input_image = gr.Image(
469
  label="Input Image",
470
  show_label=True,
@@ -493,7 +493,7 @@ with gr.Blocks(css=css) as demo:
493
  )
494
  run_button = gr.Button("Edit!", variant="primary")
495
 
496
- with gr.Column():
497
  result = gr.ImageSlider(
498
  label="Result",
499
  show_label=True,
 
464
  """)
465
 
466
  with gr.Row():
467
+ with gr.Column(scale=1):
468
  input_image = gr.Image(
469
  label="Input Image",
470
  show_label=True,
 
493
  )
494
  run_button = gr.Button("Edit!", variant="primary")
495
 
496
+ with gr.Column(scale=1):
497
  result = gr.ImageSlider(
498
  label="Result",
499
  show_label=True,