Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +20 -19
requirements.txt
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
-
fastapi==0.103.1
|
2 |
-
uvicorn==0.23.2
|
3 |
-
pydantic==2.3.0
|
4 |
-
python-multipart==0.0.6
|
5 |
-
numpy==1.26.0
|
6 |
-
librosa==0.10.1
|
7 |
-
noisereduce==2.0.1
|
8 |
-
soundfile==0.12.1
|
9 |
-
pyannote.audio==3.0.0
|
10 |
-
torch==2.0.1
|
11 |
-
whisper==1.1.10
|
12 |
-
spacy==3.6.1
|
13 |
-
fuzzywuzzy==0.18.0
|
14 |
-
python-Levenshtein==0.21.1
|
15 |
-
python-jose==3.3.0
|
16 |
-
passlib==1.7.4
|
17 |
-
cryptography==41.0.4
|
18 |
-
python-dotenv==1.0.0
|
19 |
-
gradio==3.50.2
|
|
|
|
1 |
+
fastapi==0.103.1
|
2 |
+
uvicorn==0.23.2
|
3 |
+
pydantic==2.3.0
|
4 |
+
python-multipart==0.0.6
|
5 |
+
numpy==1.26.0
|
6 |
+
librosa==0.10.1
|
7 |
+
noisereduce==2.0.1
|
8 |
+
soundfile==0.12.1
|
9 |
+
pyannote.audio==3.0.0
|
10 |
+
torch==2.0.1
|
11 |
+
whisper==1.1.10
|
12 |
+
spacy==3.6.1
|
13 |
+
fuzzywuzzy==0.18.0
|
14 |
+
python-Levenshtein==0.21.1
|
15 |
+
python-jose==3.3.0
|
16 |
+
passlib==1.7.4
|
17 |
+
cryptography==41.0.4
|
18 |
+
python-dotenv==1.0.0
|
19 |
+
gradio==3.50.2
|
20 |
+
pydub==0.25.1
|