Datasets:
ProgramComputer
commited on
Commit
•
b1a111a
1
Parent(s):
1bd6a14
Update vox_celeb.py
Browse files- vox_celeb.py +1 -1
vox_celeb.py
CHANGED
@@ -213,7 +213,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
213 |
cred_key = json.load(creds)
|
214 |
else:
|
215 |
print(
|
216 |
-
"You need a temporary
|
217 |
f"Go to the project homepage ({_URL}) and fill out the form to request credentials.",
|
218 |
)
|
219 |
cred_key = input("VoxCeleb key: ")
|
|
|
213 |
cred_key = json.load(creds)
|
214 |
else:
|
215 |
print(
|
216 |
+
"You need a temporary key to access VoxCeleb.",
|
217 |
f"Go to the project homepage ({_URL}) and fill out the form to request credentials.",
|
218 |
)
|
219 |
cred_key = input("VoxCeleb key: ")
|