Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,19 +199,37 @@ with gr.Blocks(css="cake.css") as myface:
|
|
| 199 |
gr.HTML("""
|
| 200 |
<div style="vertical-align:center">
|
| 201 |
<br>
|
| 202 |
-
<p>
|
| 203 |
-
<p><a href="https://huggingface.co/spaces/anzorq/finetuned_diffusion">Finetuned Diffusion</a></p>
|
| 204 |
<p><a href="https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion">Magic Prompt Stable Diffusion</a></p>
|
| 205 |
<p><a href="https://huggingface.co/spaces/huggingface-projects/magic-diffusion">Magic Diffusion</a></p>
|
| 206 |
-
<p>Models by <a href="https://huggingface.co/Gustavosta">@Gustavosta</a>, <a href="https://twitter.com/haruu1367">@haruu1367</a>, <a href="https://twitter.com/DGSpitzer">@Helixngc7293</a>, <a href="https://twitter.com/dal_mack">@dal_mack</a>, <a href="https://twitter.com/prompthero">@prompthero</a> and others.</p>
|
| 207 |
</div>
|
| 208 |
""")
|
| 209 |
with gr.Column(style="text-align:left;"):
|
| 210 |
gr.HTML(f"""
|
| 211 |
<div style="vertical-align:center">
|
| 212 |
<br>
|
| 213 |
-
<p>Models by:
|
| 214 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
</div>
|
| 216 |
""")
|
| 217 |
with gr.Tab("Tools"):
|
|
|
|
| 199 |
gr.HTML("""
|
| 200 |
<div style="vertical-align:center">
|
| 201 |
<br>
|
| 202 |
+
<p>Magic Prompt:
|
|
|
|
| 203 |
<p><a href="https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion">Magic Prompt Stable Diffusion</a></p>
|
| 204 |
<p><a href="https://huggingface.co/spaces/huggingface-projects/magic-diffusion">Magic Diffusion</a></p>
|
|
|
|
| 205 |
</div>
|
| 206 |
""")
|
| 207 |
with gr.Column(style="text-align:left;"):
|
| 208 |
gr.HTML(f"""
|
| 209 |
<div style="vertical-align:center">
|
| 210 |
<br>
|
| 211 |
+
<p>Models by:<br>
|
| 212 |
+
<a href="https://huggingface.co/{models[1]}">{models[1]}</a><br>
|
| 213 |
+
<a href="https://huggingface.co/{models[2]}">{models[2]}</a><br>
|
| 214 |
+
<a href="https://huggingface.co/{models[3]}">{models[3]}</a><br>
|
| 215 |
+
<a href="https://huggingface.co/{models[4]}">{models[4]}</a><br>
|
| 216 |
+
<a href="https://huggingface.co/{models[5]}">{models[5]}</a><br>
|
| 217 |
+
<a href="https://huggingface.co/{models[6]}">{models[6]}</a><br>
|
| 218 |
+
<a href="https://huggingface.co/{models[7]}">{models[7]}</a><br>
|
| 219 |
+
<a href="https://huggingface.co/{models[8]}">{models[8]}</a><br>
|
| 220 |
+
<a href="https://huggingface.co/{models[9]}">{models[9]}</a><br>
|
| 221 |
+
<a href="https://huggingface.co/{models[10]}">{models[10]}</a><br>
|
| 222 |
+
<a href="https://huggingface.co/{models[11]}">{models[11]}</a><br>
|
| 223 |
+
<a href="https://huggingface.co/{models[12]}">{models[12]}</a><br>
|
| 224 |
+
<a href="https://huggingface.co/{models[13]}">{models[13]}</a><br>
|
| 225 |
+
<a href="https://huggingface.co/{models[14]}">{models[14]}</a><br>
|
| 226 |
+
<a href="https://huggingface.co/{models[15]}">{models[15]}</a><br>
|
| 227 |
+
<a href="https://huggingface.co/{models[16]}">{models[16]}</a><br>
|
| 228 |
+
<a href="https://huggingface.co/{models[17]}">{models[17]}</a><br>
|
| 229 |
+
<a href="https://huggingface.co/{models[18]}">{models[18]}</a><br>
|
| 230 |
+
<a href="https://huggingface.co/{models[19]}">{models[19]}</a><br>
|
| 231 |
+
<a href="https://huggingface.co/{models[20]}">{models[20]}</a><br>
|
| 232 |
+
</p>
|
| 233 |
</div>
|
| 234 |
""")
|
| 235 |
with gr.Tab("Tools"):
|