Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,10 +107,15 @@ with gr.Blocks(css=css) as demo:
|
|
107 |
</h1>
|
108 |
</div>
|
109 |
<p style="margin-bottom: 10px; font-size: 94%">
|
110 |
-
Demo for Cyberpunk Anime Diffusion. Based of the projects by anzorq and fffiloni <a href="https://twitter.com/
|
111 |
</p>
|
112 |
</div>
|
113 |
-
<div
|
|
|
|
|
|
|
|
|
|
|
114 |
<p>Another online version without queue: <a href="https://colab.research.google.com/github/HelixNGC7293/cyberpunk-anime-diffusion/blob/main/cyberpunk_anime_diffusion.ipynb"><img data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667"></a></p>
|
115 |
</div>
|
116 |
"""
|
|
|
107 |
</h1>
|
108 |
</div>
|
109 |
<p style="margin-bottom: 10px; font-size: 94%">
|
110 |
+
Demo for Cyberpunk Anime Diffusion. Based of the projects by anzorq <a href="https://twitter.com/hahahahohohe"></a> and fffiloni <a href="https://twitter.com/fffiloni"></a>
|
111 |
</p>
|
112 |
</div>
|
113 |
+
<div
|
114 |
+
style="
|
115 |
+
gap: 0.8rem;
|
116 |
+
font-size: 2rem;
|
117 |
+
"
|
118 |
+
>
|
119 |
<p>Another online version without queue: <a href="https://colab.research.google.com/github/HelixNGC7293/cyberpunk-anime-diffusion/blob/main/cyberpunk_anime_diffusion.ipynb"><img data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667"></a></p>
|
120 |
</div>
|
121 |
"""
|