Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
-
Flask
|
2 |
-
|
|
|
|
|
|
|
|
1 |
+
Flask==2.2.5
|
2 |
+
pyannote.audio==2.1.1
|
3 |
+
numpy==1.23.5
|
4 |
+
pydub==0.25.1
|
5 |
+
matplotlib==3.6.3
|