Edresson commited on
Commit
256ff0b
1 Parent(s): 981996c
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ For the results check the [article (Soon)]()
49
 
50
 
51
  ```python
52
- dataset = load_dataset("common_voice", "pt", split="test", data_dir="./cv-corpus-7.0-2021-07-21")
53
 
54
  resampler = torchaudio.transforms.Resample(orig_freq=48_000, new_freq=16_000)
55
 
 
49
 
50
 
51
  ```python
52
+ dataset = load_dataset("common_voice", "ru", split="test", data_dir="./cv-corpus-7.0-2021-07-21")
53
 
54
  resampler = torchaudio.transforms.Resample(orig_freq=48_000, new_freq=16_000)
55