Glitche commited on
Commit
a1f0d72
·
verified ·
1 Parent(s): 787a5e0

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +4 -0
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")