Alexander Bagus commited on
Commit
e39980f
·
1 Parent(s): b6c2388
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(css=css) as demo:
158
  with gr.Column(elem_id="col-container"):
159
  with gr.Column():
160
  gr.HTML(read_file("static/header.html"))
161
- with gr.Row(equal_height=True):
162
  with gr.Column():
163
  input_image = gr.Image(
164
  height=290, sources=['upload', 'clipboard'],
 
158
  with gr.Column(elem_id="col-container"):
159
  with gr.Column():
160
  gr.HTML(read_file("static/header.html"))
161
+ with gr.Row():
162
  with gr.Column():
163
  input_image = gr.Image(
164
  height=290, sources=['upload', 'clipboard'],