phongdtd commited on
Commit
8a731c1
·
1 Parent(s): b04d444

[Update] Update link download dataset

Browse files
Files changed (1) hide show
  1. VinDataVLSP.py +0 -1
VinDataVLSP.py CHANGED
@@ -149,7 +149,6 @@ class VinDataVLSP(datasets.GeneratorBasedBuilder):
149
  for file_path, script in zip(df["file_path"], df["script"]):
150
  # set full path for mp3 audio file
151
  audio_path = path_to_clips + "/" + file_path
152
- assert False, f"Checking {audio_path}"
153
  # Preprocessing script
154
  if ":" in script:
155
  two_dot_index = script.index(":")
 
149
  for file_path, script in zip(df["file_path"], df["script"]):
150
  # set full path for mp3 audio file
151
  audio_path = path_to_clips + "/" + file_path
 
152
  # Preprocessing script
153
  if ":" in script:
154
  two_dot_index = script.index(":")