whisper-vits-japanese
whisper-vits-japanese copied to clipboard
auto.py: fix replace
I found these problems when applying auto.py. These may be reason of issue #2 .
- 1st wrong call of
replace
would fail finding wav files in some situation - 2nd wrong call of
replace
would failpd.merge
if filename contains '.wav'
[a draft pull request]