Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
133 |
label="Deep Feature Factorization",
|
134 |
rows=1,
|
135 |
columns=1,
|
136 |
-
object_fit="
|
137 |
height=300 # Adjust as needed
|
138 |
|
139 |
)
|
|
|
133 |
label="Deep Feature Factorization",
|
134 |
rows=1,
|
135 |
columns=1,
|
136 |
+
object_fit="contain",
|
137 |
height=300 # Adjust as needed
|
138 |
|
139 |
)
|