diff --git a/scripts/short_audio_transcribe.py b/scripts/short_audio_transcribe.py index 423bf3b..2cf3c69 100644 --- a/scripts/short_audio_transcribe.py +++ b/scripts/short_audio_transcribe.py @@ -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