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

@ -0,0 +1,4 @@
from .transcribe import cli
cli()