Warlord-K commited on
Commit
bcfad98
·
1 Parent(s): fdf1221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import PIL.Image
11
  import torch
12
  from diffusers import AutoencoderKL, DiffusionPipeline
13
 
14
- DESCRIPTION = "# SD-XL"
15
  if not torch.cuda.is_available():
16
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
17
 
 
11
  import torch
12
  from diffusers import AutoencoderKL, DiffusionPipeline
13
 
14
+ DESCRIPTION = "# Segmind Stable Diffusion"
15
  if not torch.cuda.is_available():
16
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
17