Spaces:
Paused
Paused
Commit
•
c06e8f8
1
Parent(s):
1f2dcb1
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import PIL.Image
|
|
8 |
import torch
|
9 |
from diffusers import DiffusionPipeline, UNet2DConditionModel, LCMScheduler
|
10 |
|
11 |
-
DESCRIPTION = 'This space is an API service meant to be used by
|
12 |
if not torch.cuda.is_available():
|
13 |
DESCRIPTION += '\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>'
|
14 |
|
|
|
8 |
import torch
|
9 |
from diffusers import DiffusionPipeline, UNet2DConditionModel, LCMScheduler
|
10 |
|
11 |
+
DESCRIPTION = 'This space is an API service meant to be used by frontend applications.'
|
12 |
if not torch.cuda.is_available():
|
13 |
DESCRIPTION += '\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>'
|
14 |
|