DGSpitzer commited on
Commit
63d619e
1 Parent(s): d2cc12e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -109,7 +109,16 @@ with gr.Blocks(css=css) as demo:
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/hahahahohohe">
111
  </p>
 
 
 
 
 
 
 
 
112
  <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>
 
113
  </div>
114
  """
115
  )
 
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/hahahahohohe">
111
  </p>
112
+ <div
113
+ style="
114
+ display: inline-flex;
115
+ align-items: center;
116
+ gap: 0.8rem;
117
+ font-size: 1.75rem;
118
+ "
119
+ >
120
  <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>
121
+ </div>
122
  </div>
123
  """
124
  )