feat: use pro voice
This commit is contained in:
parent
a5387b7849
commit
26c4fadd2f
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -25,7 +25,7 @@ name = '.'.join(file_name.split('.')[:-1])
|
|||
|
||||
file = open(file_path, "r")
|
||||
text = file.read()
|
||||
generator = pipeline(text, voice=voices['asmr'])
|
||||
generator = pipeline(text, voice=voices['pro'])
|
||||
|
||||
output_files = []
|
||||
length = 0
|
||||
|
|
Loading…
Reference in a new issue