From 0909e84104b7ebda227b3454b725b97056c54ad0 Mon Sep 17 00:00:00 2001 From: Matheus Bach <35426162+matheusbach@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:18:28 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b3ae1..e633a9a 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ LeGen requires the following **pip** dependencies to be installed: - tqdm - whisper - vidqa -- m-bain/whisperx +- matheusbach/whisperx (fork from m-bain/whisperx) This dependencies can be installed and updated with ```pip install -r requirements.txt --upgrade```