ancv commited on
Commit
2721b51
·
verified ·
1 Parent(s): e7c3465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ import torch
25
  import numpy as np
26
 
27
  device = "cuda"
28
- model_id = "DragonLineageAI/Vi-Spark-TTS-0.5B-v2"
29
  processor = AutoProcessor.from_pretrained(model_id, trust_remote_code=True)
30
  model = AutoModel.from_pretrained(model_id, trust_remote_code=True).eval()
31
  processor.model = model
 
25
  import numpy as np
26
 
27
  device = "cuda"
28
+ model_id = "DragonLineageAI/Vi-SparkTTS-0.5B"
29
  processor = AutoProcessor.from_pretrained(model_id, trust_remote_code=True)
30
  model = AutoModel.from_pretrained(model_id, trust_remote_code=True).eval()
31
  processor.model = model