From cba208505e6d308c1d82cb5f22646e567ff98aac Mon Sep 17 00:00:00 2001 From: litagin02 Date: Sat, 6 Jan 2024 09:33:55 +0900 Subject: [PATCH] Fix English --- style_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style_gen.py b/style_gen.py index 745c6c3..7f74243 100644 --- a/style_gen.py +++ b/style_gen.py @@ -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`