jimmyvu commited on
Commit
5e4ab10
·
1 Parent(s): d416871

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,11 +45,11 @@ Auralis transforms text into natural, high-quality speech with exceptional speed
45
  from auralis import TTS, TTSRequest
46
 
47
  # Initialize the model
48
- tts = TTS().from_pretrained("jimmyvu/xtts2-gpt")
49
 
50
  # Create a TTS request
51
  request = TTSRequest(
52
- text="Hello Earth! This is Auralis speaking.",
53
  speaker_files=["reference.wav"]
54
  )
55
 
 
45
  from auralis import TTS, TTSRequest
46
 
47
  # Initialize the model
48
+ tts = TTS().from_pretrained("jimmyvu/xttsv2", gpt_model="jimmyvu/xtts2-gpt")
49
 
50
  # Create a TTS request
51
  request = TTSRequest(
52
+ text="Xin chào trái đất. Tôi là trợ lý chuyển đổi văn bản thành giọng nói Auralis.",
53
  speaker_files=["reference.wav"]
54
  )
55