Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -218,6 +218,7 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
|
|
218 |
css = """
|
219 |
.gradio-container {
|
220 |
background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
|
|
|
221 |
background-repeat: no-repeat;
|
222 |
}
|
223 |
|
@@ -228,13 +229,13 @@ body {
|
|
228 |
background-attachment: fixed;
|
229 |
}
|
230 |
#app-container {
|
231 |
-
background-color: rgba(
|
232 |
max-width: 600px;
|
233 |
margin-left: auto;
|
234 |
margin-right: auto;
|
235 |
padding: 20px;
|
236 |
border-radius: 10px;
|
237 |
-
box-shadow: 0 0 10px rgba(
|
238 |
}
|
239 |
#title-container {
|
240 |
display: flex;
|
|
|
218 |
css = """
|
219 |
.gradio-container {
|
220 |
background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
|
221 |
+
background-size:620px 800px;
|
222 |
background-repeat: no-repeat;
|
223 |
}
|
224 |
|
|
|
229 |
background-attachment: fixed;
|
230 |
}
|
231 |
#app-container {
|
232 |
+
background-color: rgba(1, 1, 1, 0.001); /* semi-transparent white */
|
233 |
max-width: 600px;
|
234 |
margin-left: auto;
|
235 |
margin-right: auto;
|
236 |
padding: 20px;
|
237 |
border-radius: 10px;
|
238 |
+
box-shadow: 0 0 10px rgba(2,2,2,0.001);
|
239 |
}
|
240 |
#title-container {
|
241 |
display: flex;
|