Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
gradio==3.41.2 # For building the UI
|
2 |
-
TTS==0.20.0 # Coqui TTS library
|
|
|
|
|
|
|
|
1 |
gradio==3.41.2 # For building the UI
|
2 |
+
TTS==0.20.0 # Coqui TTS library
|
3 |
+
pip show TTS
|
4 |
+
pip install --upgrade TTS
|
5 |
+
pip install TTS==0.20.0
|