Spaces:
Build error
Build error
Commit
·
cf6081a
1
Parent(s):
8e24c81
Update app.py
Browse files
app.py
CHANGED
@@ -115,17 +115,17 @@ block = gr.Blocks(css=css)
|
|
115 |
|
116 |
examples = [
|
117 |
[
|
118 |
-
'
|
119 |
2,
|
120 |
7.5,
|
121 |
],
|
122 |
[
|
123 |
-
'
|
124 |
2,
|
125 |
7.5,
|
126 |
],
|
127 |
[
|
128 |
-
'
|
129 |
2,
|
130 |
7,
|
131 |
],
|
@@ -136,15 +136,14 @@ with block:
|
|
136 |
"""
|
137 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
138 |
<div>
|
139 |
-
|
140 |
-
style="margin: auto; max-width: 7rem;">
|
141 |
<h1 style="font-weight: 900; font-size: 3rem;">
|
142 |
-
|
143 |
</h1>
|
144 |
</div>
|
145 |
<p style="margin-bottom: 10px; font-size: 94%">
|
146 |
-
Generate
|
147 |
-
|
148 |
</p>
|
149 |
</div>
|
150 |
"""
|
@@ -189,14 +188,13 @@ with block:
|
|
189 |
gr.HTML(
|
190 |
"""
|
191 |
<div class="footer">
|
192 |
-
<p> Gradio Demo by 🤗 Hugging Face and
|
193 |
-
</p>
|
194 |
</div>
|
195 |
<div class="acknowledgments">
|
196 |
-
<p> Put in a text prompt and generate your own
|
197 |
<p>If you want to find out how we made this model read about it in <a href="https://lambdalabs.com/blog/how-to-fine-tune-stable-diffusion-how-we-made-the-text-to-pokemon-model-at-lambda/">this blog post</a>.
|
198 |
<p>And if you want to train your own Stable Diffusion variants, see our <a href="https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning">Examples Repo</a>!
|
199 |
-
<p>Trained by <a href="justinpinkney.com">Justin Pinkney</a> (<a href="https://twitter.com/Buntworthy">@Buntworthy</a>) at <a href="https://lambdalabs.com/">Lambda Labs</a>.</p>
|
200 |
</div>
|
201 |
"""
|
202 |
)
|
|
|
115 |
|
116 |
examples = [
|
117 |
[
|
118 |
+
'Clipboard with checkmark',
|
119 |
2,
|
120 |
7.5,
|
121 |
],
|
122 |
[
|
123 |
+
'Email',
|
124 |
2,
|
125 |
7.5,
|
126 |
],
|
127 |
[
|
128 |
+
'Fire hydrant',
|
129 |
2,
|
130 |
7,
|
131 |
],
|
|
|
136 |
"""
|
137 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
138 |
<div>
|
139 |
+
|
|
|
140 |
<h1 style="font-weight: 900; font-size: 3rem;">
|
141 |
+
Text to icon
|
142 |
</h1>
|
143 |
</div>
|
144 |
<p style="margin-bottom: 10px; font-size: 94%">
|
145 |
+
Generate an icon from a text description,
|
146 |
+
|
147 |
</p>
|
148 |
</div>
|
149 |
"""
|
|
|
188 |
gr.HTML(
|
189 |
"""
|
190 |
<div class="footer">
|
191 |
+
<p> Gradio Demo by 🤗 Hugging Face and Andrew Burns </p>
|
|
|
192 |
</div>
|
193 |
<div class="acknowledgments">
|
194 |
+
<p> Put in a text prompt and generate your own icon, no "prompt engineering" required!
|
195 |
<p>If you want to find out how we made this model read about it in <a href="https://lambdalabs.com/blog/how-to-fine-tune-stable-diffusion-how-we-made-the-text-to-pokemon-model-at-lambda/">this blog post</a>.
|
196 |
<p>And if you want to train your own Stable Diffusion variants, see our <a href="https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning">Examples Repo</a>!
|
197 |
+
<p>Trained by Andrew Burns with great help from: <a href="justinpinkney.com">Justin Pinkney</a> (<a href="https://twitter.com/Buntworthy">@Buntworthy</a>) at <a href="https://lambdalabs.com/">Lambda Labs</a>.</p>
|
198 |
</div>
|
199 |
"""
|
200 |
)
|