How to use speechbrain/sepformer-libri3mix with speechbrain:
from speechbrain.pretrained import SepformerSeparation model = SepformerSeparation.from_hparams( "speechbrain/sepformer-libri3mix" ) model.separate_file("file.wav")
The community tab is the place to discuss and collaborate with the HF community!