Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ import torch
|
|
25 |
import numpy as np
|
26 |
|
27 |
device = "cuda"
|
28 |
-
model_id = "DragonLineageAI/Vi-
|
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
|