Upload requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ torch>=1.9.0
|
|
4 |
torchaudio>=0.9.0
|
5 |
pydub>=0.25.1
|
6 |
librosa>=0.8.0
|
7 |
-
numpy>=1.21.0
|
|
|
|
4 |
torchaudio>=0.9.0
|
5 |
pydub>=0.25.1
|
6 |
librosa>=0.8.0
|
7 |
+
numpy>=1.21.0
|
8 |
+
gunicorn==20.1.0
|