You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
232 B
12 lines
232 B
3 years ago
|
# TTS
|
||
|
|
||
|
中文:
|
||
|
```shell
|
||
|
CUDA_VISIBLE_DEVICES=0 ./run.sh 用科技让复杂的世界更简单 . zh
|
||
|
```
|
||
|
|
||
|
英文:
|
||
|
```shell
|
||
|
CUDA_VISIBLE_DEVICES=0 ./run.sh "Text to speech system converts normal language text into speech." . en
|
||
|
```
|