未验证 提交 9a35b3e0 编写于 作者: B blue-fish 提交者: GitHub

Emphasize error message when model files not found (#668)

上级 10ca8f7c
......@@ -10,6 +10,8 @@ def check_model_paths(encoder_path: Path, synthesizer_path: Path, vocoder_path:
return
# If none of the paths exist, remind the user to download models if needed
print("********************************************************************************")
print("Error: Model files not found. Follow these instructions to get and install the models:")
print("https://github.com/CorentinJ/Real-Time-Voice-Cloning/wiki/Pretrained-models\n")
print("https://github.com/CorentinJ/Real-Time-Voice-Cloning/wiki/Pretrained-models")
print("********************************************************************************\n")
quit(-1)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册