fix wrong path

fix wrong path
This commit is contained in:
刘悦 2025-01-04 09:49:07 +08:00 committed by GitHub
parent a1fe2267af
commit d792987450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ host = args.bind_addr
argv = sys.argv
if config_path in [None, ""]:
config_path = "GPT-SoVITS/configs/tts_infer.yaml"
config_path = "GPT_SoVITS/configs/tts_infer.yaml"
tts_config = TTS_Config(config_path)
print(tts_config)