Adel-Moumen
commited on
Commit
•
3a28263
1
Parent(s):
22a8e89
Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
49 |
|
50 |
### Perform source separation on your own audio file
|
51 |
```python
|
52 |
-
from speechbrain.
|
53 |
import torchaudio
|
54 |
|
55 |
model = separator.from_hparams(source="speechbrain/sepformer-wsj02mix", savedir='pretrained_models/sepformer-wsj02mix')
|
|
|
49 |
|
50 |
### Perform source separation on your own audio file
|
51 |
```python
|
52 |
+
from speechbrain.inference.separation import SepformerSeparation as separator
|
53 |
import torchaudio
|
54 |
|
55 |
model = separator.from_hparams(source="speechbrain/sepformer-wsj02mix", savedir='pretrained_models/sepformer-wsj02mix')
|