* Commit with working GST

* Make it backward compatible

* Add readme
This commit is contained in:
Vega
2021-10-12 19:43:29 +08:00
committed by GitHub
parent a824b54122
commit 2a99f0ff05
11 changed files with 201 additions and 21 deletions

View File

@@ -11,7 +11,6 @@ def check_model_paths(encoder_path: Path, synthesizer_path: Path, vocoder_path:
# 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")
print("Error: Model files not found. Please download the models")
print("********************************************************************************\n")
quit(-1)