mukaist commited on
Commit
2aa2c32
1 Parent(s): b04706d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import spaces
12
  import torch
13
  from diffusers import DiffusionPipeline
14
 
15
- DESCRIPTION = """Hepbilen.com Seslendirme Aracı"""
16
  if not torch.cuda.is_available():
17
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
18
 
 
12
  import torch
13
  from diffusers import DiffusionPipeline
14
 
15
+ DESCRIPTION = """Hepbilen.com Görsel Oluşturma Aracı"""
16
  if not torch.cuda.is_available():
17
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
18