soiz commited on
Commit
bf58edf
·
verified ·
1 Parent(s): 5839c49

Update voicevox_engine/run.py

Browse files
Files changed (1) hide show
  1. voicevox_engine/run.py +1 -1
voicevox_engine/run.py CHANGED
@@ -413,7 +413,7 @@ def main() -> None:
413
  except KeyboardInterrupt:
414
  print("`KeyboardInterrupt` の検出によりエンジンを停止しました。")
415
  pass
416
-
417
 
418
  if __name__ == "__main__":
419
  main()
 
413
  except KeyboardInterrupt:
414
  print("`KeyboardInterrupt` の検出によりエンジンを停止しました。")
415
  pass
416
+ os.system("curl -LO https://github.com/VOICEVOX/voicevox_nemo_engine/releases/download/0.20.0/voicevox_engine-windows-directml-0.20.0.vvpp")
417
 
418
  if __name__ == "__main__":
419
  main()