Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javi22020 authored Feb 20, 2024
1 parent 47ea1a9 commit 8d87d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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')
```
```

0 comments on commit 8d87d0b

Please sign in to comment.