Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -241,6 +241,13 @@ h1 {
|
|
241 |
text-align: center;
|
242 |
display: block;
|
243 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
"""
|
245 |
|
246 |
title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
|
|
|
241 |
text-align: center;
|
242 |
display: block;
|
243 |
}
|
244 |
+
/* Ensure history gallery images are reasonably sized */
|
245 |
+
#history_gallery .gallery-item {
|
246 |
+
height: 100px; /* Adjust as needed */
|
247 |
+
}
|
248 |
+
#history_gallery .gallery-item img {
|
249 |
+
object-fit: contain !important;
|
250 |
+
}
|
251 |
"""
|
252 |
|
253 |
title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
|