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.
18 lines
639 B
18 lines
639 B
3 years ago
|
# This is the parameter configuration file for PaddleSpeech Serving.
|
||
|
|
||
|
##################################################################
|
||
|
# SERVER SETTING #
|
||
|
##################################################################
|
||
|
host: '0.0.0.0'
|
||
|
port: 8090
|
||
|
|
||
3 years ago
|
##################################################################
|
||
|
# CONFIG FILE #
|
||
|
##################################################################
|
||
|
# add engine type (Options: asr, tts) and config file here.
|
||
3 years ago
|
|
||
3 years ago
|
engine_backend:
|
||
3 years ago
|
asr: 'conf/asr/asr.yaml'
|
||
|
tts: 'conf/tts/tts_pd.yaml'
|
||
3 years ago
|
|