austinroy commited on
Commit
f75899b
·
1 Parent(s): 34ac135

Initial commit

Browse files
Files changed (1) hide show
  1. echobox/src/echobox/tts.py +1 -1
echobox/src/echobox/tts.py CHANGED
@@ -15,7 +15,7 @@ from .models.voice_encoder import VoiceEncoder
15
  from .models.t3.modules.cond_enc import T3Cond
16
 
17
 
18
- REPO_ID = "ResembleAI/chatterbox"
19
 
20
 
21
  def punc_norm(text: str) -> str:
 
15
  from .models.t3.modules.cond_enc import T3Cond
16
 
17
 
18
+ REPO_ID = "Lookingsoft-team/EchoBoxTTS"
19
 
20
 
21
  def punc_norm(text: str) -> str: