Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,8 +144,8 @@ with gr.Blocks(css=custom_css) as interface:
|
|
144 |
with gr.Row(elem_classes="custom-row"):
|
145 |
dff_gallery = gr.Gallery(
|
146 |
label="Deep Feature Factorization",
|
147 |
-
rows=
|
148 |
-
columns=
|
149 |
object_fit="fit",
|
150 |
height="auto" # Adjust as needed
|
151 |
)
|
|
|
144 |
with gr.Row(elem_classes="custom-row"):
|
145 |
dff_gallery = gr.Gallery(
|
146 |
label="Deep Feature Factorization",
|
147 |
+
rows=2, # 8 rows
|
148 |
+
columns=4, # 1 image per row
|
149 |
object_fit="fit",
|
150 |
height="auto" # Adjust as needed
|
151 |
)
|