mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-09 04:27:31 +08:00
Updata
This commit is contained in:
parent
28a9ef5ea1
commit
772223b760
@ -93,7 +93,7 @@ if __name__ == "__main__":
|
||||
help='JSON file for configuration')
|
||||
args = parser.parse_args()
|
||||
f0p = args.f0_predictor
|
||||
config = json.loads(args.config)
|
||||
config = json.load(args.config)
|
||||
hparams = utils.HParams(**config)
|
||||
speech_encoder = hparams["model"]["speech_encoder"]
|
||||
print(f0p)
|
||||
|
Loading…
Reference in New Issue
Block a user