Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,6 @@ def gen_fn(model_index, prompt, nprompt="", height=0, width=0, steps=0, cfg=0, s
|
|
75 |
return result
|
76 |
|
77 |
css="""
|
78 |
-
.gradio-container {background-image: linear-gradient(#254150, #1e2f40, #182634) !important;
|
79 |
-
color: #ffaa66 !important; font-family: 'IBM Plex Sans', sans-serif !important;}
|
80 |
h1 {font-size: 6em; color: #ffc99f; margin-top: 30px; margin-bottom: 30px;
|
81 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;}
|
82 |
h3 {color: #ffc99f; !important;}
|
@@ -84,8 +82,7 @@ h4 {display: inline-block; color: #ffffff !important;}
|
|
84 |
.wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
|
85 |
display: inline-block !important; color: #ffffff !important;}
|
86 |
.wrapper {color: #ffffff !important;}
|
87 |
-
.gr-box {
|
88 |
-
border-top-color: #000000 !important; border-right-color: #ffffff !important;
|
89 |
border-bottom-color: #ffffff !important; border-left-color: #000000 !important;}
|
90 |
"""
|
91 |
|
|
|
75 |
return result
|
76 |
|
77 |
css="""
|
|
|
|
|
78 |
h1 {font-size: 6em; color: #ffc99f; margin-top: 30px; margin-bottom: 30px;
|
79 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;}
|
80 |
h3 {color: #ffc99f; !important;}
|
|
|
82 |
.wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
|
83 |
display: inline-block !important; color: #ffffff !important;}
|
84 |
.wrapper {color: #ffffff !important;}
|
85 |
+
.gr-box {border-top-color: #000000 !important; border-right-color: #ffffff !important;
|
|
|
86 |
border-bottom-color: #ffffff !important; border-left-color: #000000 !important;}
|
87 |
"""
|
88 |
|