Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
numpy
|
2 |
scipy
|
3 |
librosa==0.9.2
|
4 |
-
numba
|
5 |
pytorch-lightning
|
6 |
gradio==4.43.0
|
7 |
ffmpeg-python
|
@@ -29,4 +29,5 @@ morfessor
|
|
29 |
pycld2
|
30 |
polyglot
|
31 |
wordsegment
|
32 |
-
nltk
|
|
|
|
1 |
numpy
|
2 |
scipy
|
3 |
librosa==0.9.2
|
4 |
+
numba
|
5 |
pytorch-lightning
|
6 |
gradio==4.43.0
|
7 |
ffmpeg-python
|
|
|
29 |
pycld2
|
30 |
polyglot
|
31 |
wordsegment
|
32 |
+
nltk
|
33 |
+
tensorflow
|