Remsky commited on
Commit
d259ceb
·
verified ·
1 Parent(s): 8c977fa

Update tts_model.py

Browse files
Files changed (1) hide show
  1. tts_model.py +1 -1
tts_model.py CHANGED
@@ -24,7 +24,7 @@ class TTSModel:
24
  def __init__(self):
25
  self.model = None
26
  self.voices_dir = "voices"
27
- self.model_repo = "hexgrad/Kokoro-82M"
28
  ensure_dir(self.voices_dir)
29
  self.model_path = None
30
 
 
24
  def __init__(self):
25
  self.model = None
26
  self.voices_dir = "voices"
27
+ self.model_repo = "hexgrad/kLegacy"
28
  ensure_dir(self.voices_dir)
29
  self.model_path = None
30