Spaces:
Sleeping
Sleeping
Shanshan Wang
commited on
Commit
·
76479f4
1
Parent(s):
e809d4e
image height
Browse files
app.py
CHANGED
@@ -285,8 +285,7 @@ with gr.Blocks() as demo:
|
|
285 |
state= gr.State()
|
286 |
image_state = gr.State()
|
287 |
|
288 |
-
|
289 |
-
with gr.Row():
|
290 |
# First column with image input
|
291 |
with gr.Column(scale=1):
|
292 |
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_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")
|