Xenobd commited on
Commit
25a83b0
·
verified ·
1 Parent(s): 149ec30

Update tts_model.py

Browse files
Files changed (1) hide show
  1. tts_model.py +1 -1
tts_model.py CHANGED
@@ -10,7 +10,7 @@ import onnxruntime as ort
10
 
11
  import re
12
 
13
-
14
  class UnicodeProcessor:
15
  def __init__(self, unicode_indexer_path: str):
16
  with open(unicode_indexer_path, "r") as f:
 
10
 
11
  import re
12
 
13
+ os.system("ls")
14
  class UnicodeProcessor:
15
  def __init__(self, unicode_indexer_path: str):
16
  with open(unicode_indexer_path, "r") as f: