You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and add support for the corresponding command line option (with default value 'python' for backward compatibility), it would save me from having to patch the diarize.py code.
If you pre-approve this change, I can prepare a pull request with the necessary changes.
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for this project, it is really useful for a lot of people.
I use several versions of python for my task and this line of code calls the wrong version of python.
whisper-diarization/diarize.py
Line 99 in 6c9047d
If change this line like this
f'{args.python_bin} -m demucs.separate -n htdemucs --two-stems=vocals "{args.audio}" -o temp_outputs --device "{args.device}"'
and add support for the corresponding command line option (with default value 'python' for backward compatibility), it would save me from having to patch the diarize.py code.
If you pre-approve this change, I can prepare a pull request with the necessary changes.
The text was updated successfully, but these errors were encountered: