Spaces:
Sleeping
Sleeping
resolved: parameter repeated
Browse files
app.py
CHANGED
@@ -126,7 +126,6 @@ with gr.Blocks(css=custom_css) as interface:
|
|
126 |
dff_gallery = gr.Gallery(
|
127 |
label="Deep Feature Factorization",
|
128 |
rows=1,
|
129 |
-
object_fit="contain",
|
130 |
height=400, # Adjust height automatically based on content
|
131 |
columns=1,
|
132 |
object_fit="scale-down"
|
|
|
126 |
dff_gallery = gr.Gallery(
|
127 |
label="Deep Feature Factorization",
|
128 |
rows=1,
|
|
|
129 |
height=400, # Adjust height automatically based on content
|
130 |
columns=1,
|
131 |
object_fit="scale-down"
|