We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0117c5a commit 483e50bCopy full SHA for 483e50b
machine-learning/text-to-speech/README.md
@@ -2,3 +2,4 @@
2
- `pip3 install -r requirements.txt`
3
- To convert text to speech online using Google API, use `tts_google.py`
4
- To use offline engines in your platform, consider using `tts_pyttsx3.py`
5
+- To use transformers, use `tts_transformers.py`
0 commit comments