brentspell commited on
Commit
bd1f0fe
1 Parent(s): 42297f8

upgrade to bwe-10

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-05-cd9f4ca-vctk-48kHz")
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):