Zihan428 commited on
Commit
8ef58fb
·
verified ·
1 Parent(s): 49abc70

Update src/chatterbox/mtl_tts.py

Browse files
Files changed (1) hide show
  1. src/chatterbox/mtl_tts.py +1 -1
src/chatterbox/mtl_tts.py CHANGED
@@ -18,7 +18,7 @@ from .models.voice_encoder import VoiceEncoder
18
  from .models.t3.modules.cond_enc import T3Cond
19
 
20
 
21
- REPO_ID = "ResembleAI/chatterbox-multilingual"
22
 
23
  # Supported languages for the multilingual model
24
  SUPPORTED_LANGUAGES = {
 
18
  from .models.t3.modules.cond_enc import T3Cond
19
 
20
 
21
+ REPO_ID = "ResembleAI/chatterbox"
22
 
23
  # Supported languages for the multilingual model
24
  SUPPORTED_LANGUAGES = {