Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +16 -21
requirements.txt
CHANGED
|
@@ -1,21 +1,16 @@
|
|
| 1 |
-
Pillow==10.1.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
timm>=0.6.13
|
| 18 |
-
sentencepiece>=0.1.99
|
| 19 |
-
python-multipart
|
| 20 |
-
bitsandbytes==0.45.5
|
| 21 |
-
accelerate==0.30.0
|
|
|
|
| 1 |
+
Pillow==10.1.0
|
| 2 |
+
transformers==4.51.3
|
| 3 |
+
librosa==0.9.0
|
| 4 |
+
soundfile==0.12.1
|
| 5 |
+
vector-quantize-pytorch==1.18.5
|
| 6 |
+
vocos==0.1.0
|
| 7 |
+
decord
|
| 8 |
+
moviepy
|
| 9 |
+
einops
|
| 10 |
+
accelerate
|
| 11 |
+
openbmb
|
| 12 |
+
fastapi
|
| 13 |
+
uvicorn[standard]
|
| 14 |
+
timm>=0.6.13
|
| 15 |
+
sentencepiece>=0.1.99
|
| 16 |
+
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|