Adel-Moumen commited on
Commit
dcf0189
1 Parent(s): 7308f2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -29,7 +29,6 @@ license: "apache-2.0"
29
  datasets:
30
 
31
  - REAL-M
32
- - WHAMR!
33
 
34
  metrics:
35
 
@@ -82,9 +81,9 @@ Please notice that we encourage you to read our tutorials and learn more about [
82
  ### Minimal example for SI-SNR estimation
83
 
84
  ```python
85
- from speechbrain.pretrained import SepformerSeparation as separator
86
- from speechbrain.pretrained.interfaces import fetch
87
- from speechbrain.pretrained.interfaces import SNREstimator as snrest
88
 
89
  import torchaudio
90
 
 
29
  datasets:
30
 
31
  - REAL-M
 
32
 
33
  metrics:
34
 
 
81
  ### Minimal example for SI-SNR estimation
82
 
83
  ```python
84
+ from speechbrain.inferance.separation import SepformerSeparation as separator
85
+ from speechbrain.inferance.interfaces import fetch
86
+ from speechbrain.inferance.interfaces import SNREstimator as snrest
87
 
88
  import torchaudio
89