catiR
commited on
Commit
·
048101b
1
Parent(s):
03689b5
app
Browse files- scripts/runSQ.py +2 -2
scripts/runSQ.py
CHANGED
@@ -1,6 +1,6 @@
|
|
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
|
|
|
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
|