Instructions to use speechbrain/mtl-mimic-voicebank with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/mtl-mimic-voicebank with speechbrain:
# interface in config.json invalid
- Notebooks
- Google Colab
- Kaggle
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",
|