Karayakar commited on
Commit
50f98b2
·
verified ·
1 Parent(s): 2bd138a

Update chatterbox/tts.py

Browse files
Files changed (1) hide show
  1. chatterbox/tts.py +1 -1
chatterbox/tts.py CHANGED
@@ -48,7 +48,7 @@ class T3Config:
48
  def n_channels(self):
49
  return LLAMA_CONFIGS[self.llama_config_name]["hidden_size"]
50
 
51
- REPO_ID = "Karayakar/PRVCHTBX"
52
  def smart_load_t3_model(t3_state_dict, device="cpu"):
53
  """
54
  Smart loading function that automatically detects and adjusts T3Config
 
48
  def n_channels(self):
49
  return LLAMA_CONFIGS[self.llama_config_name]["hidden_size"]
50
 
51
+ REPO_ID =os.environ["REPO_ID"]
52
  def smart_load_t3_model(t3_state_dict, device="cpu"):
53
  """
54
  Smart loading function that automatically detects and adjusts T3Config