Spaces:
Running
on
Zero
Running
on
Zero
Update tts_model.py
Browse files- 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/
|
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 |
|