File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ python examples/cmd/run.py "Please input your text."
123
123
import ChatTTS
124
124
from IPython.display import Audio
125
125
import torchaudio
126
+ import torch
126
127
127
128
chat = ChatTTS.Chat()
128
129
chat.load(compile = False ) # Set to True for better performance
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ python examples/cmd/run.py "Please input your text."
120
120
import ChatTTS
121
121
from IPython.display import Audio
122
122
import torchaudio
123
+ import torch
123
124
124
125
chat = ChatTTS.Chat()
125
126
chat.load(compile = False ) # Set to True for better performance
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ ChatTTSは強力なテキストから音声へのシステムです。しかし
34
34
``` python
35
35
import ChatTTS
36
36
from IPython.display import Audio
37
+ import torch
37
38
38
39
chat = ChatTTS.Chat()
39
40
chat.load(compile = False ) # より良いパフォーマンスのためにTrueに設定
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ ChatTTS - мощная система преобразования текста
34
34
``` python
35
35
import ChatTTS
36
36
from IPython.display import Audio
37
+ import torch
37
38
38
39
chat = ChatTTS.Chat()
39
40
chat.load(compile = False ) # Установите значение True для лучшей производительности
You can’t perform that action at this time.
0 commit comments