Spaces:
Running
Running
Update tts_interface.py
Browse files- tts_interface.py +2 -0
tts_interface.py
CHANGED
@@ -9,6 +9,8 @@ import os
|
|
9 |
from datetime import datetime
|
10 |
import sys
|
11 |
|
|
|
|
|
12 |
def log(message: str):
|
13 |
timestamp = datetime.now().strftime("%H:%M:%S.%f")[:-3]
|
14 |
print(f"[{timestamp}] {message}")
|
|
|
9 |
from datetime import datetime
|
10 |
import sys
|
11 |
|
12 |
+
from tts_preprocessor import TTSPreprocessor
|
13 |
+
|
14 |
def log(message: str):
|
15 |
timestamp = datetime.now().strftime("%H:%M:%S.%f")[:-3]
|
16 |
print(f"[{timestamp}] {message}")
|