Spaces:
Running
on
T4
Running
on
T4
Phil Sobrepena
commited on
Commit
·
2fd3693
1
Parent(s):
a612c70
uncomment requirements
Browse files- requirements.txt +25 -25
requirements.txt
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
1 |
+
numpy==1.24.3
|
2 |
+
torch==2.6.0
|
3 |
+
torchvision==0.21.0
|
4 |
+
torchaudio==2.6.0
|
5 |
+
torchdiffeq==0.2.3
|
6 |
+
omegaconf>=2.3.0
|
7 |
+
huggingface_hub>=0.26.1
|
8 |
+
Pillow>=9.5
|
9 |
+
opencv-python-headless>=4.8
|
10 |
+
gradio>=4.19.2
|
11 |
+
einops>=0.6
|
12 |
+
open_clip_torch>=2.29.0
|
13 |
+
av>=14.0.1
|
14 |
+
transformers>=4.36.2
|
15 |
+
ffmpeg-python>=0.2.0
|
16 |
+
moviepy>=1.0.3
|
17 |
+
python-multipart>=0.0.9
|
18 |
+
colorlog==6.8.2
|
19 |
+
pandas>=2.0.0
|
20 |
+
tensordict>=0.2.0
|
21 |
+
hydra-core>=1.3.2
|
22 |
+
tqdm>=4.65.0
|
23 |
+
librosa>=0.10.1
|
24 |
+
timm>=0.9.12
|
25 |
+
requests>=2.31.0
|