Text-to-Speech
Vietnamese
vietnamese
female
male
voice-cloning
erax commited on
Commit
65b7bb2
·
verified ·
1 Parent(s): d668bc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -65,6 +65,9 @@ The code that wrangles this thing lives over on our GitHub: ([EraX Smile Github]
65
  Getting started is hopefully not *too* painful. After downloading this repo and cloning our GitHub, you can try something like this:
66
 
67
  ```python
 
 
 
68
  import os
69
  os.environ["CUDA_VISIBLE_DEVICES"] = "0" # Tell it which GPU to use (or ignore if you're CPU-bound and patient!)
70
 
 
65
  Getting started is hopefully not *too* painful. After downloading this repo and cloning our GitHub, you can try something like this:
66
 
67
  ```python
68
+ # Ubuntu: sudo apt install ffmpeg
69
+ # Windows please refer to manual to install "ffmpeg" too
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!)
73