Spaces:
Running
Running
Update tts_model.py
Browse files- 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:
|