Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
soundfile
|
4 |
-
gtts
|
5 |
-
gradio
|
6 |
-
ffmpeg-python
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
soundfile
|
4 |
+
gtts
|
5 |
+
gradio
|
6 |
+
ffmpeg-python
|
7 |
+
numpy<2
|
8 |
+
librosa==0.10.1
|