Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ To use the mimic-loss-trained model for enhancement, use the following simple co
|
|
63 |
|
64 |
```python
|
65 |
import torchaudio
|
66 |
-
from speechbrain.
|
67 |
|
68 |
enhance_model = WaveformEnhancement.from_hparams(
|
69 |
source="speechbrain/mtl-mimic-voicebank",
|
|
|
63 |
|
64 |
```python
|
65 |
import torchaudio
|
66 |
+
from speechbrain.inference.enhancement import WaveformEnhancement
|
67 |
|
68 |
enhance_model = WaveformEnhancement.from_hparams(
|
69 |
source="speechbrain/mtl-mimic-voicebank",
|