GopalGoyal commited on
Commit
6fdabf2
·
verified ·
1 Parent(s): 0922b5f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,17 +1,18 @@
1
  fastapi
2
  uvicorn
3
-
4
  python-multipart
5
 
6
  numpy==1.23.5
7
- librosa==0.9.2
8
  numba==0.56.4
9
- opencv-python==4.5.4.60
 
 
10
  tqdm
11
  ffmpeg-python
12
  imageio
13
  imageio-ffmpeg
14
  gdown
 
15
 
16
- torch==1.12.1+cpu
17
- torchvision==0.13.1+cpu
 
1
  fastapi
2
  uvicorn
 
3
  python-multipart
4
 
5
  numpy==1.23.5
 
6
  numba==0.56.4
7
+ librosa==0.9.2
8
+ opencv-python==4.8.0.76
9
+
10
  tqdm
11
  ffmpeg-python
12
  imageio
13
  imageio-ffmpeg
14
  gdown
15
+ requests
16
 
17
+ torch==2.0.0
18
+ torchvision==0.15.1