Text-to-Speech
Safetensors
inf5
custom_code
Aditya02 commited on
Commit
a08764d
·
verified ·
1 Parent(s): f9b094f

Added instruction to install ffmpeg on CPU

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -35,6 +35,11 @@ NOTE - All rights goes to AI4Bharact, this repository is meant to improve the do
35
  sudo apt install ffmpeg
36
  ```
37
 
 
 
 
 
 
38
  2. Create the environment and install dependencies:
39
  - CPU
40
 
 
35
  sudo apt install ffmpeg
36
  ```
37
 
38
+ For CPU, download the ffmpeg and add the path to the bin directory in the system variable path. Follow the instructions below to install ffmpeg on CPU
39
+ ```
40
+ https://www.wikihow.com/Install-FFmpeg-on-Windows
41
+ ```
42
+
43
  2. Create the environment and install dependencies:
44
  - CPU
45