Aniket-Tathe-08 anand-kamble commited on
Commit
ef112c4
1 Parent(s): 956ecf8

fix base URL (#15)

Browse files

- Fixed the base url. (065520dfc0991c21fdaca0cfb985bbb022d30f3b)


Co-authored-by: Anand Milind Kamble <anand-kamble@users.noreply.huggingface.co>

Files changed (1) hide show
  1. common_voice_11_0.py +1 -2
common_voice_11_0.py CHANGED
@@ -41,8 +41,7 @@ _HOMEPAGE = "https://commonvoice.mozilla.org/en/datasets"
41
 
42
  _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
43
 
44
- # TODO: change "streaming" to "main" after merge!
45
- _BASE_URL = "https://huggingface.co/datasets/Aniket-Tathe-08/Custom_common_voice_dataset_using_RVC/resolve/main/"
46
 
47
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
48
 
 
41
 
42
  _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
43
 
44
+ _BASE_URL = "https://huggingface.co/datasets/Aniket-Tathe-08/Custom_common_voice_dataset_using_RVC/tree/main/"
 
45
 
46
  _AUDIO_URL = _BASE_URL + "audio/{lang}/{split}/{lang}_{split}_{shard_idx}.tar"
47