Text-to-Speech
Vietnamese
vietnamese
female
male
voice-cloning
erax commited on
Commit
784c9e1
·
verified ·
1 Parent(s): 8e9a585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ Getting started is hopefully not *too* painful. After downloading this repo and
66
 
67
  ```python
68
  # Ubuntu: sudo apt install ffmpeg
69
- # Windows please refer [Install ffmpeg for Windows](https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/)
70
 
71
  import os
72
  os.environ["CUDA_VISIBLE_DEVICES"] = "0" # Tell it which GPU to use (or ignore if you're CPU-bound and patient!)
 
66
 
67
  ```python
68
  # Ubuntu: sudo apt install ffmpeg
69
+ # Windows please refer to https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/
70
 
71
  import os
72
  os.environ["CUDA_VISIBLE_DEVICES"] = "0" # Tell it which GPU to use (or ignore if you're CPU-bound and patient!)