abdualimov
commited on
Commit
•
5744820
1
Parent(s):
5af277d
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
pip==23.0.1
|
2 |
gradio
|
3 |
-
transformers
|
4 |
librosa==0.7.2
|
5 |
-
neon_tts_plugin_coqui
|
6 |
-
gtts
|
7 |
-
omegaconf
|
8 |
opencv-contrib-python-headless==4.4.0.46
|
9 |
numba==0.49.1
|
10 |
numpy==1.23.5
|
|
|
1 |
pip==23.0.1
|
2 |
gradio
|
3 |
+
transformers==4.26.1
|
4 |
librosa==0.7.2
|
5 |
+
neon_tts_plugin_coqui==0.7.2
|
6 |
+
gtts==2.3.1
|
7 |
+
omegaconf==2.3.0
|
8 |
opencv-contrib-python-headless==4.4.0.46
|
9 |
numba==0.49.1
|
10 |
numpy==1.23.5
|