jbilcke-hf HF staff commited on
Commit
c06e8f8
1 Parent(s): 1f2dcb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 VideoChain and VideoQuest.\nWant to use this space for yourself? Please use the original code: [https://huggingface.co/spaces/hysts/SD-XL](https://huggingface.co/spaces/hysts/SD-XL)'
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