Gregniuki commited on
Commit
ec2699a
·
verified ·
1 Parent(s): 646cc36

Update infer/utils_infer.py

Browse files
Files changed (1) hide show
  1. infer/utils_infer.py +1 -1
infer/utils_infer.py CHANGED
@@ -39,7 +39,7 @@ device = "cuda" if torch.cuda.is_available() else "mps" if torch.backends.mps.is
39
 
40
  target_sample_rate = 24000
41
  n_mel_channels = 100
42
- hop_length = 256 - 12
43
  win_length = 1024
44
  n_fft = 1024
45
  mel_spec_type = "vocos"
 
39
 
40
  target_sample_rate = 24000
41
  n_mel_channels = 100
42
+ hop_length = 256
43
  win_length = 1024
44
  n_fft = 1024
45
  mel_spec_type = "vocos"