Fix English

This commit is contained in:
litagin02
2024-01-06 09:33:55 +09:00
parent 47b242de49
commit cba208505e

View File

@@ -23,7 +23,7 @@ def save_style_vector(wav_path):
try:
style_vec = inference(wav_path)
except Exception as e:
print(f"\nIncluding any problems: {wav_path}")
print(f"\nError occurred with file: {wav_path}")
print(e)
raise
np.save(f"{wav_path}.npy", style_vec) # `test.wav` -> `test.wav.npy`