Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,10 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
|
|
216 |
return None, None, None
|
217 |
|
218 |
css = """
|
219 |
-
.gradio-container {
|
|
|
|
|
|
|
220 |
|
221 |
body {
|
222 |
background-image: url('icon.png');
|
|
|
216 |
return None, None, None
|
217 |
|
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 |
|
224 |
body {
|
225 |
background-image: url('icon.png');
|