Spaces:
Running on CPU Upgrade

multimodalart HF staff commited on
Commit
ac71760
1 Parent(s): 0f845ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -231,10 +231,10 @@ with block:
231
  </h1>
232
  </div>
233
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
234
- SDXL is the latest text-to-image model from StabilityAI. This demo runs on a backend powered by Google <a style="text-decoration: underline;" href="https://cloud.google.com/blog/products/compute/announcing-cloud-tpu-v5e-and-a3-gpus-in-ga">Cloud TPU v5e</a> hardware, to achieve efficient and cost-effective inference of large 1024×1024 images.
235
  </p>
236
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
237
- See here more details about how it works [pending].
238
  </p>
239
  </div>
240
  """
 
231
  </h1>
232
  </div>
233
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
234
+ 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.
235
  </p>
236
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
237
+ See <a href="#">here more details about how it works</a>.
238
  </p>
239
  </div>
240
  """