NeeravS commited on
Commit
a9d2de0
·
verified ·
1 Parent(s): 53b96df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -17
requirements.txt CHANGED
@@ -1,20 +1,18 @@
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
11
  nltk
12
- torch==1.12.1
13
- torchaudio==0.12.1
14
- opencv-python-headless==4.5.5.64
15
- numpy==1.23.1
16
- deepface==0.0.68
17
- pyannote.audio==3.0
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