Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -118,10 +118,7 @@ def process_workflow(image, text_prompt, use_enhancer, seed, randomize_seed, wid
|
|
118 |
|
119 |
custom_css = """
|
120 |
.input-group, .output-group {
|
121 |
-
|
122 |
-
border-radius: 10px;
|
123 |
-
padding: 20px;
|
124 |
-
margin-bottom: 20px;
|
125 |
}
|
126 |
.submit-btn {
|
127 |
background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
|
|
|
118 |
|
119 |
custom_css = """
|
120 |
.input-group, .output-group {
|
121 |
+
|
|
|
|
|
|
|
122 |
}
|
123 |
.submit-btn {
|
124 |
background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
|