Spaces:
NSect
/
Runtime error

pcuenq HF staff commited on
Commit
49c2927
1 Parent(s): 90f9bb2

Fix typo (#3)

Browse files

- Fix typo (c4a841dec93f05b66124d0e45a8c2a35be18cf41)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ with block:
248
  </h1>
249
  </div>
250
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
251
- SDXL is a high quality text-to-image model from Stability AI. This demo on a <a style="text-decoration: underline;" href="https://cloud.google.com/blog/products/compute/announcing-cloud-tpu-v5e-and-a3-gpus-in-ga">Google Cloud TPU v5e</a>, to achieve efficient and cost-effective inference of 1024×1024 images. <a href="https://hf.co/blog/sdxl_jax" target="_blank">How does it work?</a>
252
  </p>
253
  </div>
254
  """
 
248
  </h1>
249
  </div>
250
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
251
+ SDXL is a high quality text-to-image model from Stability AI. This demo is running on <a style="text-decoration: underline;" href="https://cloud.google.com/blog/products/compute/announcing-cloud-tpu-v5e-and-a3-gpus-in-ga">Google Cloud TPU v5e</a>, to achieve efficient and cost-effective inference of 1024×1024 images. <a href="https://hf.co/blog/sdxl_jax" target="_blank">How does it work?</a>
252
  </p>
253
  </div>
254
  """