lablab-ai / Whisper-transcription_and_diarization-speaker-identification-

How to use OpenAIs Whisper to transcribe and diarize audio files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix for library dependency issue

anEEStudent opened this issue · comments

commented

Hi all,
I have managed to fix the library dependency issue by installing
huggingface-hub version 0.15.1 and changing this line in C:\Users\<UserName>\AppData\Local\Programs\Python\Python39\Lib\site-packages\pyannote\audio\core\model.py from from pytorch_lightning.utilities.cloud_io import load as pl_load to from lightning_fabric.utilities.cloud_io import _load as pl_load

commented

THank you for the information 🚀