Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ from transformers import AutoTokenizer, AutoProcessor, CsmForConditionalGenerati
|
|
49 |
from tokenizers.processors import TemplateProcessing
|
50 |
import soundfile as sf
|
51 |
|
52 |
-
model_id = "Marvis-AI/marvis-tts-250m-v0.1"
|
53 |
device = "cuda"if torch.cuda.is_available() else "cpu"
|
54 |
|
55 |
# load the model and the processor
|
|
|
49 |
from tokenizers.processors import TemplateProcessing
|
50 |
import soundfile as sf
|
51 |
|
52 |
+
model_id = "Marvis-AI/marvis-tts-250m-v0.1-transformers"
|
53 |
device = "cuda"if torch.cuda.is_available() else "cpu"
|
54 |
|
55 |
# load the model and the processor
|