Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,10 +132,9 @@ with gr.Blocks(css=custom_css) as interface:
|
|
132 |
dff_gallery = gr.Gallery(
|
133 |
label="Deep Feature Factorization",
|
134 |
rows=1,
|
135 |
-
height="auto", # Adjust height automatically based on content
|
136 |
columns=1,
|
137 |
object_fit="cover",
|
138 |
-
height=300
|
139 |
|
140 |
)
|
141 |
|
|
|
132 |
dff_gallery = gr.Gallery(
|
133 |
label="Deep Feature Factorization",
|
134 |
rows=1,
|
|
|
135 |
columns=1,
|
136 |
object_fit="cover",
|
137 |
+
height=300 # Adjust as needed
|
138 |
|
139 |
)
|
140 |
|