Spaces:
Running
Running
Niki Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1506,8 +1506,8 @@ def create_ui():
|
|
1506 |
)
|
1507 |
with gr.Column():
|
1508 |
result = gr.Gallery(
|
1509 |
-
label="Result"
|
1510 |
-
height=
|
1511 |
columns=4
|
1512 |
# columns=4,
|
1513 |
# rows=2,
|
|
|
1506 |
)
|
1507 |
with gr.Column():
|
1508 |
result = gr.Gallery(
|
1509 |
+
label="Result",
|
1510 |
+
height="auto",
|
1511 |
columns=4
|
1512 |
# columns=4,
|
1513 |
# rows=2,
|