Skip to content

Commit cfebb0d

Browse files
committed
fix: defaultをNoneに変更
1 parent 5c66dc1 commit cfebb0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def read_cli_arguments(envs: Envs) -> _CLIArgs:
208208
parser.add_argument(
209209
"--use_gpu",
210210
action=argparse.BooleanOptionalAction,
211-
default=False,
212211
help=(
213212
"GPUを使って音声合成するか設定します。指定しない場合、代わりに環境変数 VV_USE_GPU の値が使われます。"
214213
"VV_USE_GPU の値が1の場合はGPUを使用し、0または空文字、値がない場合は使用されません。"

0 commit comments

Comments
 (0)