Spaces:
Running
on
Zero
Running
on
Zero
Update infer/utils_infer.py
Browse files- 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
|
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"
|