Closed ubanning closed 1 year ago
Please make sure that transformers
library is up to date
pip install -U transformers
to upgrade.
Hello, now it doesn't even run, I'm getting this error right at the beginning:
Traceback (most recent call last):
File "diarize.py", line 3, in <module>
from helpers import *
File "/content/whisper-diarization/helpers.py", line 2, in <module>
import wget
ModuleNotFoundError: No module named 'wget'
If you have time, could you create a Google Colab? Thank you very much
use pip install wget
, I'll create a colab notebook ASAP
Ok, I tried to solve it to make it work in Google Colab, but I couldn't. When you can create it, let me know. Thanks :)
Hello, first of all, thanks for the project. I installed the requirements and ran the following command as you said:
python diarize.py -a AUDIO_FILE_NAME
I am getting the following error: Can you help me? Thanks.