Spaces:
Running
Running
lalashechka
commited on
Commit
•
64bce69
1
Parent(s):
87a7132
Update app.py
Browse files
app.py
CHANGED
@@ -237,6 +237,10 @@ def mirror(image_output, scale_by, method, gfpgan, codeformer):
|
|
237 |
return ph
|
238 |
|
239 |
css = """
|
|
|
|
|
|
|
|
|
240 |
#generate {
|
241 |
width: 100%;
|
242 |
background: #e253dd !important;
|
|
|
237 |
return ph
|
238 |
|
239 |
css = """
|
240 |
+
.gradio-container {
|
241 |
+
min-width: 100% !important;
|
242 |
+
padding: 0px !important;
|
243 |
+
}
|
244 |
#generate {
|
245 |
width: 100%;
|
246 |
background: #e253dd !important;
|