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