Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
|
|
217 |
css = """
|
218 |
.gradio-container {
|
219 |
background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
|
220 |
-
background-size:
|
221 |
background-repeat: no-repeat;
|
222 |
background-position: center;
|
223 |
background-attachment: fixed;
|
@@ -231,7 +231,7 @@ body {
|
|
231 |
max-width: 600px;
|
232 |
margin-left: auto;
|
233 |
margin-right: auto;
|
234 |
-
padding:
|
235 |
border-radius: 25px;
|
236 |
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
|
237 |
}
|
|
|
217 |
css = """
|
218 |
.gradio-container {
|
219 |
background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
|
220 |
+
background-size: 1820px 1000px;
|
221 |
background-repeat: no-repeat;
|
222 |
background-position: center;
|
223 |
background-attachment: fixed;
|
|
|
231 |
max-width: 600px;
|
232 |
margin-left: auto;
|
233 |
margin-right: auto;
|
234 |
+
padding: 50px;
|
235 |
border-radius: 25px;
|
236 |
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
|
237 |
}
|