Spaces:
Runtime error
Runtime error
sejamenath2023
commited on
Commit
•
15a58df
1
Parent(s):
5dab465
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ import torch
|
|
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>"
|
|
|
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>"
|