from local

This commit is contained in:
dohe0342 2023-01-25 16:32:26 +09:00
parent 9e783122cc
commit 67e824e813
2 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ def main():
text_idx = line.index('"text":')
pseudo = f'"psudo text": "{res_dict[utt_id]}",'
splited.insert(text_idx+1, pseudo)
splited.insert(text_idx-1, pseudo)
print(splited)
'''