Skip to content

Commit

Permalink
Merge pull request #81 from criminact/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kadirnar authored May 5, 2024
2 parents 6729c6e + 383b2b6 commit 487bfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 487bfa0

Please sign in to comment.