Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
librosa==0.9.1
|
2 |
numpy
|
3 |
-
ffmpeg-python
|
4 |
wget
|
5 |
-
pydub
|
6 |
-
git+https://github.com/NVIDIA/[email protected]#egg=nemo_toolkit[all]
|
7 |
-
gradio
|
|
|
|
1 |
+
#librosa==0.9.1
|
2 |
numpy
|
3 |
+
#ffmpeg-python
|
4 |
wget
|
5 |
+
#pydub
|
6 |
+
#git+https://github.com/NVIDIA/[email protected]#egg=nemo_toolkit[all]
|
7 |
+
gradio
|
8 |
+
nemo_toolkit['all']
|