From 8d87d0b178b5fcbf0c62318f6f134ee7dc860a96 Mon Sep 17 00:00:00 2001 From: javi22020 <90896750+javi22020@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:27:51 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6dfdf9..bcf88a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It is a wrapper around the openai-whisper package. ## Installation Use ```bash -pip install easy-whisper +pip install easy-whisper-local ``` This is enough to install the package and its dependencies. Besides, you can also install torch with CUDA support to speed up the process using your GPU. @@ -15,4 +15,4 @@ The model will be downloaded automatically when you run the package for the firs ```python ew = EasyWhisper() text = ew.file_to_text('audio.mp3') -``` \ No newline at end of file +```