Spaces:
Running
Running
lalashechka
commited on
Commit
•
a55b038
1
Parent(s):
5d4e7a5
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,10 @@ def mirror(image_output, scale_by, method, gfpgan, codeformer):
|
|
93 |
return ph
|
94 |
|
95 |
css = """
|
|
|
|
|
|
|
|
|
96 |
#generate {
|
97 |
width: 100%;
|
98 |
background: #e253dd !important;
|
|
|
93 |
return ph
|
94 |
|
95 |
css = """
|
96 |
+
.gradio-container {
|
97 |
+
min-width: 100% !important;
|
98 |
+
padding: 0px !important;
|
99 |
+
}
|
100 |
#generate {
|
101 |
width: 100%;
|
102 |
background: #e253dd !important;
|