Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import PIL.Image
|
|
| 11 |
import torch
|
| 12 |
from diffusers import AutoencoderKL, DiffusionPipeline
|
| 13 |
|
| 14 |
-
DESCRIPTION = "#
|
| 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 |
|