Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|