Eempostor commited on
Commit
e195c26
·
verified ·
1 Parent(s): 9840bc1

Update lib/pipeline.py

Browse files
Files changed (1) hide show
  1. lib/pipeline.py +1 -1
lib/pipeline.py CHANGED
@@ -251,7 +251,7 @@ class Pipeline(object):
251
  torch.from_numpy(x).float().unsqueeze(0).unsqueeze(-1).to(self.device),
252
  sr=sr,
253
  decoder_mode="local_argmax",
254
- threshold=0.03,
255
  f0_min=f0_min,
256
  f0_max=f0_max,
257
  output_interp_target_length=p_len
 
251
  torch.from_numpy(x).float().unsqueeze(0).unsqueeze(-1).to(self.device),
252
  sr=sr,
253
  decoder_mode="local_argmax",
254
+ threshold=0.006,
255
  f0_min=f0_min,
256
  f0_max=f0_max,
257
  output_interp_target_length=p_len