Spaces:
Build error
Build error
Update requirements.txt
Browse files- 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 |
-
|
|
|
|
|
|
|
| 10 |
tqdm
|
| 11 |
ffmpeg-python
|
| 12 |
imageio
|
| 13 |
imageio-ffmpeg
|
| 14 |
gdown
|
|
|
|
| 15 |
|
| 16 |
-
torch==
|
| 17 |
-
torchvision==0.
|
|
|
|
| 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
|