Datasets:
anand-kamble
commited on
Commit
•
065520d
1
Parent(s):
956ecf8
Fixed the base url.
Browse files- 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 |
-
|
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 |
|