Skip to content

Commit

Permalink
continuation of 1fbd32c
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Sep 5, 2024
1 parent 1fbd32c commit df47a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diarize_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
logging.info("Starting Nemo process with vocal_target: ", vocal_target)
nemo_process = subprocess.Popen(
["python3", "nemo_process.py", "-a", vocal_target, "--device", args.device],
stderr=subprocess.PIPE,
)
# Transcribe the audio file
whisper_results, language, audio_waveform = transcribe_batched(
Expand Down

0 comments on commit df47a98

Please sign in to comment.