diff --git a/utils/modelutils.py b/utils/modelutils.py index e73a3f5ee1e1a66be87c8e73c132ea8bc0ee5ce0..6acaa984e0c7876f9149fc1ff99001b7761dc80b 100644 --- a/utils/modelutils.py +++ b/utils/modelutils.py @@ -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)