mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-05-03 06:14:04 +08:00
Add gst (#137)
* Commit with working GST * Make it backward compatible * Add readme
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user