Artples commited on
Commit
5004f69
1 Parent(s): 7caa49d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import spaces
11
  import torch
12
  from diffusers import DiffusionPipeline
13
 
14
- DESCRIPTION = """# Playground V-2.5 - Multiple Images <br> Playground v2.5 is licensed under the Playground v2.5 Community License."""
15
  if not torch.cuda.is_available():
16
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
17
 
 
11
  import torch
12
  from diffusers import DiffusionPipeline
13
 
14
+ DESCRIPTION = """# Playground V-2.5 - Multiple Images <br> <br> Playground v2.5 is licensed under the Playground v2.5 Community License."""
15
  if not torch.cuda.is_available():
16
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
17