ProgramComputer commited on
Commit
1bd6a14
1 Parent(s): 6e89406

Update vox_celeb.py

Browse files
Files changed (1) hide show
  1. vox_celeb.py +1 -1
vox_celeb.py CHANGED
@@ -239,7 +239,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
239
  lengths = []
240
  start_positions = []
241
  for url in sources:
242
- head = requests.get(url,timeout=5,stream=True,allow_redirects=True,verify=False)#,headers=headers)
243
 
244
  if head.status_code == 401:
245
  raise ValueError("failed to authenticate with VoxCeleb host")
 
239
  lengths = []
240
  start_positions = []
241
  for url in sources:
242
+ head = requests.get(url,timeout=5,stream=True,allow_redirects=True,verify=False)
243
 
244
  if head.status_code == 401:
245
  raise ValueError("failed to authenticate with VoxCeleb host")