Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,72 +91,7 @@ css="""
|
|
91 |
"""
|
92 |
|
93 |
with gr.Blocks(theme='Hev832/Applio', fill_width=True) as myface:
|
94 |
-
|
95 |
-
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
96 |
-
<div>
|
97 |
-
<style>
|
98 |
-
h1 {
|
99 |
-
font-size: 6em;
|
100 |
-
color: #ffc99f;
|
101 |
-
margin-top: 30px;
|
102 |
-
margin-bottom: 30px;
|
103 |
-
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
104 |
-
}
|
105 |
-
h3 {
|
106 |
-
color: #ffc99f; !important;
|
107 |
-
}
|
108 |
-
h4 {
|
109 |
-
display: inline-block;
|
110 |
-
color: #ffffff !important;
|
111 |
-
}
|
112 |
-
.wrapper img {
|
113 |
-
font-size: 98% !important;
|
114 |
-
white-space: nowrap !important;
|
115 |
-
text-align: center !important;
|
116 |
-
display: inline-block !important;
|
117 |
-
color: #ffffff !important;
|
118 |
-
}
|
119 |
-
.wrapper {
|
120 |
-
color: #ffffff !important;
|
121 |
-
}
|
122 |
-
.gradio-container {
|
123 |
-
background-image: linear-gradient(#254150, #1e2f40, #182634) !important;
|
124 |
-
color: #ffaa66 !important;
|
125 |
-
font-family: 'IBM Plex Sans', sans-serif !important;
|
126 |
-
}
|
127 |
-
.text-gray-500 {
|
128 |
-
color: #ffc99f !important;
|
129 |
-
}
|
130 |
-
.gr-box {
|
131 |
-
background-image: linear-gradient(#182634, #1e2f40, #254150) !important;
|
132 |
-
border-top-color: #000000 !important;
|
133 |
-
border-right-color: #ffffff !important;
|
134 |
-
border-bottom-color: #ffffff !important;
|
135 |
-
border-left-color: #000000 !important;
|
136 |
-
}
|
137 |
-
.gr-input {
|
138 |
-
color: #ffc99f; !important;
|
139 |
-
background-color: #254150 !important;
|
140 |
-
}
|
141 |
-
:root {
|
142 |
-
--neutral-100: #000000 !important;
|
143 |
-
}
|
144 |
-
</style>
|
145 |
-
<body>
|
146 |
-
<div class="center"><h1>Blitz Diffusion</h1>
|
147 |
-
</div>
|
148 |
-
</body>
|
149 |
-
</div>
|
150 |
-
<p style="margin-bottom: 1px; color: #ffaa66;">
|
151 |
-
<h3>899 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
152 |
-
<br><div class="wrapper">9.3 <img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">This has become a legacy backup copy of old <u><a href="https://huggingface.co/spaces/Yntec/ToyWorld">ToyWorld</a></u>'s UI! Newer models added dailty over there! 25 new models since last update!</div>
|
153 |
-
<p style="margin-bottom: 1px; font-size: 98%">
|
154 |
-
<br><h4>If a model is already loaded each new image takes less than <b>10</b> seconds to generate!</h4></p>
|
155 |
-
<p style="margin-bottom: 1px; color: #ffffff;">
|
156 |
-
<br><div class="wrapper">Generate 6 images from 1 prompt at the <u><a href="https://huggingface.co/spaces/Yntec/PrintingPress">PrintingPress</a></u>, and use 6 different models at <u><a href="https://huggingface.co/spaces/Yntec/diffusion80xx">Huggingface Diffusion!</a></u>!
|
157 |
-
</p></p>
|
158 |
-
</div>
|
159 |
-
""")
|
160 |
with gr.Row():
|
161 |
with gr.Column(scale=100):
|
162 |
#Model selection dropdown
|
|
|
91 |
"""
|
92 |
|
93 |
with gr.Blocks(theme='Hev832/Applio', fill_width=True) as myface:
|
94 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
with gr.Row():
|
96 |
with gr.Column(scale=100):
|
97 |
#Model selection dropdown
|