Glitche commited on
Update tts.py
Browse files
tts.py
CHANGED
|
@@ -30,8 +30,9 @@ from yarngpt.core import load_model_and_tokenizer, SPEAKER_MAPPING, AVAILABLE_SP
|
|
| 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 |
|
|
|
|
| 30 |
import yarngpt
|
| 31 |
import yarngpt.core
|
| 32 |
import inspect
|
|
|
|
| 33 |
|
| 34 |
+
import audiotokenizer
|
| 35 |
+
import inspect
|
| 36 |
print("AudioTokenizer file:", audiotokenizer.__file__)
|
| 37 |
print(inspect.getsource(audiotokenizer.AudioTokenizer))
|
| 38 |
|