Skip to content

Commit

Permalink
pythonサンプルが実行できなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Nov 10, 2023
1 parent 4c4b767 commit d7040a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/python/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def main() -> None:
logger.debug("%s", f"{voicevox_core.supported_devices()=}")

logger.info("%s", f"Initializing ({acceleration_mode=}, {open_jtalk_dict_dir=})")
synthesizer = Synthesizer(
synthesizer = await Synthesizer.new_with_initialize(
OpenJtalk(open_jtalk_dict_dir), acceleration_mode=acceleration_mode
)

Expand Down

0 comments on commit d7040a7

Please sign in to comment.