Spaces:
Running
Running
Commit
•
b52d0fa
1
Parent(s):
3795637
Update app.py (#1)
Browse files- Update app.py (91e51788a4532c7a335f3cf6818779857d131607)
Co-authored-by: Hubert Siuzdak <[email protected]>
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
|