From 383b2b686ba3d54c6361b2ebe165ec8fcc548006 Mon Sep 17 00:00:00 2001 From: Raj Hammeer Singh Hada Date: Sun, 5 May 2024 18:22:59 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be0178f..ab4f55d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To use the whisperplus library, follow the steps below for different tasks: ```python from whisperplus import SpeechToTextPipeline, download_and_convert_to_mp3 from transformers import BitsAndBytesConfig, HqqConfig - +import torch url = "https://www.youtube.com/watch?v=di3rHkEZuUw" audio_path = download_and_convert_to_mp3(url)