Shanshan Wang commited on
Commit
e2474e5
1 Parent(s): 76479f4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks() as demo:
285
  state= gr.State()
286
  image_state = gr.State()
287
 
288
- with gr.Row(equal_heights=True):
289
  # First column with image input
290
  with gr.Column(scale=1):
291
  image_input = gr.Image(type="pil", label="Upload an Image")
 
285
  state= gr.State()
286
  image_state = gr.State()
287
 
288
+ with gr.Row(equal_height=True):
289
  # First column with image input
290
  with gr.Column(scale=1):
291
  image_input = gr.Image(type="pil", label="Upload an Image")