Naming scheme of Repo ID
Browse files- chatterbox/tts_turbo.py +1 -1
chatterbox/tts_turbo.py
CHANGED
|
@@ -24,7 +24,7 @@ import logging
|
|
| 24 |
logger = logging.getLogger(__name__)
|
| 25 |
|
| 26 |
# REPO_ID = "CoRal-project/chatterbox_turbo_checkpoint_160000"
|
| 27 |
-
REPO_ID = "CoRal-project/
|
| 28 |
|
| 29 |
|
| 30 |
def punc_norm(text: str) -> str:
|
|
|
|
| 24 |
logger = logging.getLogger(__name__)
|
| 25 |
|
| 26 |
# REPO_ID = "CoRal-project/chatterbox_turbo_checkpoint_160000"
|
| 27 |
+
REPO_ID = "CoRal-project/roest-chatterbox-turbo"
|
| 28 |
|
| 29 |
|
| 30 |
def punc_norm(text: str) -> str:
|