Spaces:
Running
on
Zero
Running
on
Zero
Update src/chatterbox/mtl_tts.py
Browse files
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
|
| 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 = {
|