altndrr commited on
Commit
c8d5da7
1 Parent(s): 2bab14c

Remove height property

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(analytics_enabled=True, title=PAPER_TITLE, theme="soft") as demo:
68
  gr.Markdown(MARKDOWN_DESCRIPTION)
69
  with gr.Row():
70
  with gr.Column():
71
- curr_image = gr.Image(label="input", type="pil", height=300)
72
  orig_image = gr.Image(
73
  label="orig. image", type="pil", visible=False, interactive=False
74
  )
 
68
  gr.Markdown(MARKDOWN_DESCRIPTION)
69
  with gr.Row():
70
  with gr.Column():
71
+ curr_image = gr.Image(label="input", type="pil")
72
  orig_image = gr.Image(
73
  label="orig. image", type="pil", visible=False, interactive=False
74
  )