update launch json

pull/650/head
babysor00 2022-07-17 14:27:26 +08:00
parent c3590bffb2
commit 87f4859874
1 changed files with 1 additions and 9 deletions

10
.vscode/launch.json vendored
View File

@ -60,14 +60,6 @@
"args": ["-c", ".\\ppg2mel\\saved_models\\seq2seq_mol_ppg2mel_vctk_libri_oneshotvc_r4_normMel_v2.yaml",
"-m", ".\\ppg2mel\\saved_models\\best_loss_step_304000.pth", "--wav_dir", ".\\wavs\\input", "--ref_wav_path", ".\\wavs\\pkq.mp3", "-o", ".\\wavs\\output\\"
]
},
{
"name": "GUI",
"type": "python",
"request": "launch",
"program": "mkgui\\base\\_cli.py",
"console": "integratedTerminal",
"args": []
},
}
]
}