sejamenath2023 commited on
Commit
15a58df
1 Parent(s): 5dab465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ import torch
12
  from diffusers import AutoencoderKL, StableDiffusionXLPipeline
13
  import uuid
14
 
15
- DESCRIPTION = '''# Segmind Stable Diffusion: SSD-1B
16
- #### [Segmind's SSD-1B](https://huggingface.co/segmind/SSD-1B) is a distilled, 50% smaller version of SDXL, offering up to 60% speedup
17
  '''
18
  if not torch.cuda.is_available():
19
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
12
  from diffusers import AutoencoderKL, StableDiffusionXLPipeline
13
  import uuid
14
 
15
+ DESCRIPTION = '''
16
+
17
  '''
18
  if not torch.cuda.is_available():
19
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"