saheedniyi commited on
Commit
c198cca
·
verified ·
1 Parent(s): 32db593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -119,7 +119,8 @@ torchaudio.save(f"audio.wav", audio, sample_rate=24000)
119
  ```python
120
  !git clone https://github.com/saheedniyi02/yarngpt.git
121
 
122
- pip install outetts uroman trafilatura pydub
 
123
 
124
  import os
125
  import re
 
119
  ```python
120
  !git clone https://github.com/saheedniyi02/yarngpt.git
121
 
122
+ # install some necessary libraries
123
+ !pip install outetts uroman trafilatura pydub
124
 
125
  import os
126
  import re