SimianLuo commited on
Commit
983062a
1 Parent(s): bcda41d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ from tqdm import tqdm
21
  from safetensors.torch import load_file
22
  from huggingface_hub import hf_hub_download
23
 
24
- DESCRIPTION = "# Latent Consistency"
25
  if not torch.cuda.is_available():
26
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
27
 
 
21
  from safetensors.torch import load_file
22
  from huggingface_hub import hf_hub_download
23
 
24
+ DESCRIPTION = "# Latent Consistency Model"
25
  if not torch.cuda.is_available():
26
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
27