alexnasa commited on
Commit
a998560
Β·
verified Β·
1 Parent(s): acd710e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -291,6 +291,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
291
  """
292
  )
293
  with gr.Row():
 
294
  input_image = gr.Image(type="pil", height=256)
295
  run_button = gr.Button("πŸ”Ž Magnify 4x", variant="primary")
296
  preprocessed_image = gr.Image(label="preprocessed image(256x256)", type="pil", interactive=False, height=256)
 
291
  """
292
  )
293
  with gr.Row():
294
+ with gr.Column():
295
  input_image = gr.Image(type="pil", height=256)
296
  run_button = gr.Button("πŸ”Ž Magnify 4x", variant="primary")
297
  preprocessed_image = gr.Image(label="preprocessed image(256x256)", type="pil", interactive=False, height=256)