From d498adb9223ec14ebefb9f7803b1d6157a5e3955 Mon Sep 17 00:00:00 2001 From: warrentdrew Date: Mon, 12 Aug 2024 11:15:49 +0800 Subject: [PATCH] fix code style --- paddlespeech/t2s/exps/synthesize.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/paddlespeech/t2s/exps/synthesize.py b/paddlespeech/t2s/exps/synthesize.py index fa3ac1569..ede686286 100644 --- a/paddlespeech/t2s/exps/synthesize.py +++ b/paddlespeech/t2s/exps/synthesize.py @@ -219,7 +219,10 @@ def parse_args(): ) # other parser.add_argument( - "--ngpu", type=int, default=1, help="if wish to use gpu, set ngpu > 0, otherwise use xpu, npu or cpu.") + "--ngpu", + type=int, + default=1, + help="if wish to use gpu, set ngpu > 0, otherwise use xpu, npu or cpu.") parser.add_argument( "--nxpu", type=int,