Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ vocos = load_vocoder()
|
|
73 |
|
74 |
target_sample_rate = 24000
|
75 |
n_mel_channels = 100
|
76 |
-
hop_length = 256
|
77 |
target_rms = 0.1
|
78 |
nfe_step = 16 # 16, 32
|
79 |
cfg_strength = 2.0
|
|
|
73 |
|
74 |
target_sample_rate = 24000
|
75 |
n_mel_channels = 100
|
76 |
+
hop_length = 256 - 15
|
77 |
target_rms = 0.1
|
78 |
nfe_step = 16 # 16, 32
|
79 |
cfg_strength = 2.0
|