catiR commited on
Commit
03689b5
·
1 Parent(s): c44dd85
Files changed (1) hide show
  1. scripts/runSQ.py +3 -3
scripts/runSQ.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
- from scripts.ctcalign import aligner, wav16m
3
- from scripts.tapi import tiro
4
 
5
  # given a Sentence string,
6
  # using a metadata file of SQ, // SQL1adult_metadata.tsv
@@ -185,7 +185,7 @@ def f0_tts(sentence, voices, ttsdir, reaper_path):
185
 
186
 
187
 
188
- run()
189
 
190
 
191
 
 
1
  import os
2
+ from ctcalign import aligner, wav16m
3
+ from tapi import tiro
4
 
5
  # given a Sentence string,
6
  # using a metadata file of SQ, // SQL1adult_metadata.tsv
 
185
 
186
 
187
 
188
+ #run()
189
 
190
 
191