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;
|
|
|
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: 900px 880px;
|
221 |
background-repeat: no-repeat;
|
222 |
background-position: center;
|
223 |
background-attachment: fixed;
|