Fix English
This commit is contained in:
@@ -23,7 +23,7 @@ def save_style_vector(wav_path):
|
|||||||
try:
|
try:
|
||||||
style_vec = inference(wav_path)
|
style_vec = inference(wav_path)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"\nIncluding any problems: {wav_path}")
|
print(f"\nError occurred with file: {wav_path}")
|
||||||
print(e)
|
print(e)
|
||||||
raise
|
raise
|
||||||
np.save(f"{wav_path}.npy", style_vec) # `test.wav` -> `test.wav.npy`
|
np.save(f"{wav_path}.npy", style_vec) # `test.wav` -> `test.wav.npy`
|
||||||
|
|||||||
Reference in New Issue
Block a user