mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-30 19:07:39 +03:00
feat(python tcp server): run speech synthesis inference on CPU
This commit is contained in:
parent
fae15c9f4d
commit
74241b43fe
@ -58,7 +58,7 @@ class TCPServer:
|
||||
return
|
||||
|
||||
self.tts = TTS(language='EN',
|
||||
device='auto',
|
||||
device='cpu',
|
||||
config_path=TTS_MODEL_CONFIG_PATH,
|
||||
ckpt_path=TTS_MODEL_PATH
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user