HoneyTian commited on
Commit
53971e8
1 Parent(s): 01a9723
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -59,7 +59,8 @@ def main():
59
  for filename in example_wav_dir.glob("*.wav"):
60
  examples.append(
61
  [
62
- filename.as_posix()
 
63
  ]
64
  )
65
 
 
59
  for filename in example_wav_dir.glob("*.wav"):
60
  examples.append(
61
  [
62
+ filename.as_posix(),
63
+ 0.3, 3.0,
64
  ]
65
  )
66