Correction on installation
Browse files
README.md
CHANGED
|
@@ -140,7 +140,7 @@ This README describes how to install dependencies, configure the class, and run
|
|
| 140 |
pip install f5-tts
|
| 141 |
pip install safetensors
|
| 142 |
pip install torch
|
| 143 |
-
pip install --
|
| 144 |
pip install num2words
|
| 145 |
```
|
| 146 |
|
|
|
|
| 140 |
pip install f5-tts
|
| 141 |
pip install safetensors
|
| 142 |
pip install torch
|
| 143 |
+
pip install --upgrade ffmpeg-python
|
| 144 |
pip install num2words
|
| 145 |
```
|
| 146 |
|