Skip to content

Commit

Permalink
fix cancellable engine
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Jan 5, 2022
1 parent 4a3f4bd commit 79315b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voicevox_engine/cancellable_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def start_synthesis_subprocess(
use_gpu=args.use_gpu,
voicevox_dir=args.voicevox_dir,
voicelib_dir=voicelib_dir,
model_lib_dir=args.model_lib_dir,
)
while True:
try:
Expand Down

0 comments on commit 79315b8

Please sign in to comment.