Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ with gr.Blocks(css=custom_css) as interface:
|
|
134 |
dff_gallery = gr.Gallery(
|
135 |
label="Deep Feature Factorization",
|
136 |
rows=1,
|
137 |
-
columns=
|
138 |
-
object_fit="
|
139 |
height="auto" # Adjust as needed
|
140 |
|
141 |
)
|
|
|
134 |
dff_gallery = gr.Gallery(
|
135 |
label="Deep Feature Factorization",
|
136 |
rows=1,
|
137 |
+
columns=2,
|
138 |
+
object_fit="fit",
|
139 |
height="auto" # Adjust as needed
|
140 |
|
141 |
)
|