mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Change the default TTS voice
This commit is contained in:
parent
5fb99371ba
commit
bde4cd402a
@ -6,7 +6,7 @@ import torch
|
|||||||
torch._C._jit_set_profiling_mode(False)
|
torch._C._jit_set_profiling_mode(False)
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
'speaker': 'en_21',
|
'speaker': 'en_56',
|
||||||
'language': 'en',
|
'language': 'en',
|
||||||
'model_id': 'v3_en',
|
'model_id': 'v3_en',
|
||||||
'sample_rate': 48000,
|
'sample_rate': 48000,
|
||||||
|
Loading…
Reference in New Issue
Block a user