asahi417 commited on
Commit
53f94ee
·
1 Parent(s): a321b09
Files changed (1) hide show
  1. download_audio.py +1 -1
download_audio.py CHANGED
@@ -132,7 +132,7 @@ if __name__ == '__main__':
132
  if direction == "enA-jaA":
133
  inputs = [g for g in inputs if len(g["side"].unique()) == 2 and set(g["side"].unique()) == sides]
134
  print(f"removed side != 2: {len(inputs)}")
135
- if skip_wget:
136
  if n_pool == 1:
137
  for g in tqdm(inputs, total=len(inputs)):
138
  line_no = get_audio(g)
 
132
  if direction == "enA-jaA":
133
  inputs = [g for g in inputs if len(g["side"].unique()) == 2 and set(g["side"].unique()) == sides]
134
  print(f"removed side != 2: {len(inputs)}")
135
+ if not skip_wget:
136
  if n_pool == 1:
137
  for g in tqdm(inputs, total=len(inputs)):
138
  line_no = get_audio(g)