diff --git a/README.md b/README.md index cfb96fa..29e2e17 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,6 @@ inference ├───inference.exe ├───... ├───finetune_speaker.json -└───G_latest.json +└───G_latest.pth ``` 4. run `inference.exe`, the browser should pop up automatically. diff --git a/README_EN.md b/README_EN.md index 3960ec1..21d1cf4 100644 --- a/README_EN.md +++ b/README_EN.md @@ -70,6 +70,6 @@ inference ├───inference.exe ├───... ├───finetune_speaker.json -└───G_latest.json +└───G_latest.pth ``` 4. run `inference.exe`, the browser should pop up automatically. diff --git a/README_ZH.md b/README_ZH.md index 7b83999..3dc1485 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -69,7 +69,7 @@ inference ├───inference.exe ├───... ├───finetune_speaker.json -└───G_latest.json +└───G_latest.pth ``` 4. 运行 `inference.exe`, 浏览器会自动弹出窗口.