Glitche commited on
Update tts.py
Browse files
tts.py
CHANGED
|
@@ -30,6 +30,10 @@ from yarngpt.core import load_model_and_tokenizer, SPEAKER_MAPPING, AVAILABLE_SP
|
|
| 30 |
import yarngpt
|
| 31 |
import yarngpt.core
|
| 32 |
import inspect
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
print("YarnGPT:", yarngpt.__file__)
|
| 35 |
print("MODEL_PATH:", yarngpt.core.MODEL_PATH)
|
|
|
|
| 30 |
import yarngpt
|
| 31 |
import yarngpt.core
|
| 32 |
import inspect
|
| 33 |
+
import audiotokenizer
|
| 34 |
+
|
| 35 |
+
print("AudioTokenizer file:", audiotokenizer.__file__)
|
| 36 |
+
print(inspect.getsource(audiotokenizer.AudioTokenizer))
|
| 37 |
|
| 38 |
print("YarnGPT:", yarngpt.__file__)
|
| 39 |
print("MODEL_PATH:", yarngpt.core.MODEL_PATH)
|