Spaces:
Build error
Build error
brentspell
commited on
Commit
•
bd1f0fe
1
Parent(s):
42297f8
upgrade to bwe-10
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from hifi_gan_bwe import BandwidthExtender
|
|
5 |
|
6 |
MAX_LENGTH = 30.0
|
7 |
|
8 |
-
model = BandwidthExtender.from_pretrained("hifi-gan-bwe-
|
9 |
|
10 |
|
11 |
def extend(audio):
|
|
|
5 |
|
6 |
MAX_LENGTH = 30.0
|
7 |
|
8 |
+
model = BandwidthExtender.from_pretrained("hifi-gan-bwe-10-42890e3-vctk-48kHz")
|
9 |
|
10 |
|
11 |
def extend(audio):
|