Adel-Moumen
commited on
Commit
•
d53da1c
1
Parent(s):
be514d3
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ To use the mimic-loss-trained model for enhancement, use the following simple co
|
|
45 |
```python
|
46 |
import torch
|
47 |
import torchaudio
|
48 |
-
from speechbrain.
|
49 |
|
50 |
enhance_model = SpectralMaskEnhancement.from_hparams(
|
51 |
source="speechbrain/metricgan-plus-voicebank",
|
|
|
45 |
```python
|
46 |
import torch
|
47 |
import torchaudio
|
48 |
+
from speechbrain.inference.enhancement import SpectralMaskEnhancement
|
49 |
|
50 |
enhance_model = SpectralMaskEnhancement.from_hparams(
|
51 |
source="speechbrain/metricgan-plus-voicebank",
|