mnansary
commited on
Commit
•
0ea219d
1
Parent(s):
41edc43
auth token hardcoded
Browse files- CommonVoiceBangla.py +1 -1
CommonVoiceBangla.py
CHANGED
@@ -145,7 +145,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
145 |
|
146 |
def _split_generators(self, dl_manager):
|
147 |
"""Returns SplitGenerators."""
|
148 |
-
hf_auth_token =
|
149 |
# if hf_auth_token is None:
|
150 |
# raise ConnectionError(
|
151 |
# "Please set use_auth_token=True or use_auth_token='<TOKEN>' to download this dataset"
|
|
|
145 |
|
146 |
def _split_generators(self, dl_manager):
|
147 |
"""Returns SplitGenerators."""
|
148 |
+
hf_auth_token =True#dl_manager.download_config.use_auth_token
|
149 |
# if hf_auth_token is None:
|
150 |
# raise ConnectionError(
|
151 |
# "Please set use_auth_token=True or use_auth_token='<TOKEN>' to download this dataset"
|