Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dacvae@git+https://github.com/facebookresearch/dacvae.git
|
| 2 |
+
audiobox_aesthetics
|
| 3 |
+
einops
|
| 4 |
+
imagebind@git+https://github.com/facebookresearch/ImageBind.git
|
| 5 |
+
laion-clap@git+https://github.com/LAION-AI/CLAP.git
|
| 6 |
+
numpy
|
| 7 |
+
perception-models@git+https://github.com/facebookresearch/perception_models@unpin-deps
|
| 8 |
+
pydub
|
| 9 |
+
torch
|
| 10 |
+
torchaudio
|
| 11 |
+
torchcodec
|
| 12 |
+
torchdiffeq
|
| 13 |
+
torchvision
|
| 14 |
+
transformers>=4.54.0
|