multimodalart HF staff commited on
Commit
c36a8cb
1 Parent(s): 6cad262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ from safetensors.torch import load_file
23
  from huggingface_hub import hf_hub_download
24
 
25
  DESCRIPTION = '''# Latent Consistency Model
26
- #### Distilled from Dreamshaper v7 fine-tune of [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5). [Project page](https://latent-consistency-models.github.io)
27
  '''
28
  if not torch.cuda.is_available():
29
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
23
  from huggingface_hub import hf_hub_download
24
 
25
  DESCRIPTION = '''# Latent Consistency Model
26
+ Distilled from Dreamshaper v7 fine-tune of [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5). [Project page](https://latent-consistency-models.github.io)
27
  '''
28
  if not torch.cuda.is_available():
29
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"