Mirco commited on
Commit
5b5c3b6
1 Parent(s): 0512369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ from speechbrain.pretrained.interfaces import SNREstimator as snrest
77
  import torchaudio
78
 
79
  # 1- Download a test mixture
80
- fetch("test_mixture.wav", source="speechbrain/sepformer-whamr", savedir=".", save_filename="test_mixture.wav")
81
 
82
  # 2- Separate the mixture with a pretrained model (sepformer-whamr in this case)
83
  model = separator.from_hparams(source="speechbrain/sepformer-whamr", savedir='pretrained_models/sepformer-whamr')
 
77
  import torchaudio
78
 
79
  # 1- Download a test mixture
80
+ fetch("test_mixture.wav", source="speechbrain/sepformer-wsj02mix", savedir=".", save_filename="test_mixture.wav")
81
 
82
  # 2- Separate the mixture with a pretrained model (sepformer-whamr in this case)
83
  model = separator.from_hparams(source="speechbrain/sepformer-whamr", savedir='pretrained_models/sepformer-whamr')