Glitche commited on
Update tts.py
Browse files
tts.py
CHANGED
|
@@ -67,6 +67,10 @@ def _get_pidgin_model():
|
|
| 67 |
|
| 68 |
|
| 69 |
# ===== DEBUG START =====
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
from pathlib import Path
|
| 71 |
|
| 72 |
model = Path("/home/user/.yarngpt/models/wavtokenizer_large_speech_320_24k.ckpt")
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
# ===== DEBUG START =====
|
| 70 |
+
import audiotokenizer
|
| 71 |
+
|
| 72 |
+
print(audiotokenizer.__file__)
|
| 73 |
+
|
| 74 |
from pathlib import Path
|
| 75 |
|
| 76 |
model = Path("/home/user/.yarngpt/models/wavtokenizer_large_speech_320_24k.ckpt")
|