prince-canuma commited on
Commit
942aa88
·
verified ·
1 Parent(s): 0d8212f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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