huggingface / speechbox

Apache License 2.0
342 stars 33 forks source link

Fixed issues 25 and 27. #31

Closed utility-aagrawal closed 11 months ago

utility-aagrawal commented 11 months ago

25: Added support for specific kwargs for the diarization pipeline, and the asr pipeline.

27: Changed the argument 'use_auth_token' to 'token' for the transormers pipeline.

patrickvonplaten commented 11 months ago

Thanks!