rearranged repo

This commit is contained in:
Plachta
2023-04-22 09:51:41 +08:00
parent 3d7e4220d4
commit f8b398f587
+1 -1
View File
@@ -51,7 +51,7 @@ if __name__ == "__main__":
}
assert (torch.cuda.is_available()), "Please enable GPU in order to run Whisper!"
model = whisper.load_model(args.whisper_size)
parent_dir = "../custom_character_voice/"
parent_dir = "./custom_character_voice/"
speaker_names = list(os.walk(parent_dir))[0][1]
speaker_annos = []
# resample audios