Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -17
requirements.txt
CHANGED
@@ -1,20 +1,18 @@
|
|
1 |
-
streamlit
|
2 |
-
fastapi[all]
|
3 |
-
huggingface_hub
|
4 |
-
moviepy
|
5 |
-
uvicorn
|
6 |
-
requests
|
7 |
-
numpy
|
8 |
-
python-multipart
|
9 |
captcha
|
10 |
-
transformers
|
11 |
nltk
|
12 |
-
torch
|
13 |
-
torchaudio
|
14 |
-
opencv-python-headless
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
transformers==4.20.1
|
19 |
-
aiofiles==0.8.0
|
20 |
gradio
|
|
|
1 |
+
streamlit>=1.17.0
|
2 |
+
fastapi[all]>=0.85.0
|
3 |
+
huggingface_hub>=0.11.0
|
4 |
+
moviepy>=1.0.3
|
5 |
+
uvicorn>=0.18.2
|
6 |
+
requests>=2.28.1
|
7 |
+
numpy>=1.23.1
|
8 |
+
python-multipart>=0.0.5
|
9 |
captcha
|
10 |
+
transformers>=4.20.1
|
11 |
nltk
|
12 |
+
torch>=1.12.1
|
13 |
+
torchaudio>=0.12.1
|
14 |
+
opencv-python-headless>=4.5.5.64
|
15 |
+
deepface>=0.0.68
|
16 |
+
pyannote.audio>=3.0
|
17 |
+
aiofiles>=0.8.0
|
|
|
|
|
18 |
gradio
|