update setup.py to install pyannote.audio==3.1.1, update diarize.py to include num_speakers; to fix Issue #592

This commit is contained in:
santialferez
2023-12-26 13:01:49 +01:00
parent 8540ff5985
commit 8ae6416594
15 changed files with 2366 additions and 3 deletions

View File

@ -21,7 +21,7 @@ setup(
open(os.path.join(os.path.dirname(__file__), "requirements.txt"))
)
]
+ [f"pyannote.audio==3.1.0"],
+ [f"pyannote.audio==3.1.1"],
entry_points={
"console_scripts": ["whisperx=whisperx.transcribe:cli"],
},