Spaces:
Runtime error
Runtime error
Update app.py
#1
by
hubertsiuzdak
- opened
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
|
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
|
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
|