Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
109 |
result_gallery = gr.Gallery(
|
110 |
label="Results",
|
111 |
rows=1,
|
112 |
-
height=
|
113 |
columns=1 ,
|
114 |
object_fit="contain"
|
115 |
|
@@ -126,7 +126,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
126 |
dff_gallery = gr.Gallery(
|
127 |
label="Deep Feature Factorization",
|
128 |
rows=1,
|
129 |
-
height=
|
130 |
columns=1,
|
131 |
object_fit="contain",
|
132 |
|
|
|
109 |
result_gallery = gr.Gallery(
|
110 |
label="Results",
|
111 |
rows=1,
|
112 |
+
height="auto", # Adjust height automatically based on content
|
113 |
columns=1 ,
|
114 |
object_fit="contain"
|
115 |
|
|
|
126 |
dff_gallery = gr.Gallery(
|
127 |
label="Deep Feature Factorization",
|
128 |
rows=1,
|
129 |
+
height="auto", # Adjust height automatically based on content
|
130 |
columns=1,
|
131 |
object_fit="contain",
|
132 |
|