Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,7 +31,7 @@ SAMPLE_RATE = 24_000
31
 
32
  vocos = Vocos.from_pretrained("charactr/vocos-encodec-24khz").to(device)
33
 
34
- title = "# 🐶 Bark with Charactr.ai's <a href='https://github.com/charactr-platform/vocos'>Vocos</a></div>"
35
 
36
  description = """
37
  <div>
@@ -40,7 +40,7 @@ description = """
40
  </div>
41
  Bark is a universal text-to-audio model created by Suno. \
42
  Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. \
43
- In this demo, we leverage charactr.ai's Vocos model to create high quality audio from bark. \
44
  """
45
 
46
  # import model
 
31
 
32
  vocos = Vocos.from_pretrained("charactr/vocos-encodec-24khz").to(device)
33
 
34
+ title = "# 🐶 Bark with <a href='https://github.com/charactr-platform/vocos'>Vocos</a></div>"
35
 
36
  description = """
37
  <div>
 
40
  </div>
41
  Bark is a universal text-to-audio model created by Suno. \
42
  Bark can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. \
43
+ In this demo, we leverage charactr's Vocos model to create high quality audio from Bark. \
44
  """
45
 
46
  # import model