Spaces:
Sleeping
Sleeping
changed display format
Browse files
app.py
CHANGED
@@ -133,8 +133,8 @@ with gr.Blocks(css=custom_css) as interface:
|
|
133 |
with gr.Row(elem_classes="custom-row"):
|
134 |
dff_gallery = gr.Gallery(
|
135 |
label="Deep Feature Factorization",
|
136 |
-
rows=
|
137 |
-
columns=
|
138 |
object_fit="contain",
|
139 |
height="auto" # Adjust as needed
|
140 |
|
|
|
133 |
with gr.Row(elem_classes="custom-row"):
|
134 |
dff_gallery = gr.Gallery(
|
135 |
label="Deep Feature Factorization",
|
136 |
+
rows=2,
|
137 |
+
columns=4,
|
138 |
object_fit="contain",
|
139 |
height="auto" # Adjust as needed
|
140 |
|