firstpixel commited on
Commit
6f8629b
·
verified ·
1 Parent(s): c6f4673

Correction on installation

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 --grade ffmpeg-python
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