Spaces:
Running
on
Zero
Running
on
Zero
Dagfinn1962
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,21 +31,10 @@ def infer(prompt, seed=765449273, randomize_seed=False, width=1024, height=1024,
|
|
31 |
examples = ["breathtaking beautiful young woman, light-blue eyes, long bronze hair, fair complexion, (freckles:0.3) , wearing sexy lace lingerie, sitting on the floor, leaning on her bed, window in the background with sheer white curtains, staring seductively at the viewer, sun shining through the window, award-winning, professional, highly detailed"]
|
32 |
|
33 |
css="""
|
34 |
-
|
35 |
-
background:#181717;
|
36 |
-
padding: 10px;
|
37 |
-
color:#000000:
|
38 |
-
font-weight:600;
|
39 |
-
margin: 10 auto;
|
40 |
-
border: 1px #FFFFFF;
|
41 |
-
border-radius:15px;
|
42 |
-
max-width: 100%;
|
43 |
-
min-width: 600px;
|
44 |
-
border-radius: 15px;
|
45 |
-
}
|
46 |
"""
|
47 |
|
48 |
-
with gr.Blocks(css=css) as demo:
|
49 |
|
50 |
with gr.Column(elem_id="col-container"):
|
51 |
gr.Markdown(f"""OUR FLUX APP""")
|
|
|
31 |
examples = ["breathtaking beautiful young woman, light-blue eyes, long bronze hair, fair complexion, (freckles:0.3) , wearing sexy lace lingerie, sitting on the floor, leaning on her bed, window in the background with sheer white curtains, staring seductively at the viewer, sun shining through the window, award-winning, professional, highly detailed"]
|
32 |
|
33 |
css="""
|
34 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"""
|
36 |
|
37 |
+
with gr.Blocks(css=css, theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
38 |
|
39 |
with gr.Column(elem_id="col-container"):
|
40 |
gr.Markdown(f"""OUR FLUX APP""")
|