Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ CSS="""
|
|
119 |
.output { width=112px; height=112px; max_width=112px; max_height=112px; !important; }
|
120 |
.gallery { min_width=512px; min_height=512px; max_height=1024px; !important; }
|
121 |
.guide { text-align: center; !important; }
|
|
|
122 |
"""
|
123 |
|
124 |
|
|
|
119 |
.output { width=112px; height=112px; max_width=112px; max_height=112px; !important; }
|
120 |
.gallery { min_width=512px; min_height=512px; max_height=1024px; !important; }
|
121 |
.guide { text-align: center; !important; }
|
122 |
+
/* TESTING */
|
123 |
"""
|
124 |
|
125 |
|