Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -16,7 +16,8 @@ torch==2.0.1
|
|
16 |
torchvision
|
17 |
fairscale
|
18 |
psutil==5.9.5
|
19 |
-
annotated-types==0.5.0
|
|
|
20 |
plotly
|
21 |
imageio==2.14.1
|
22 |
imageio-ffmpeg==0.4.7
|
@@ -26,6 +27,11 @@ Pillow
|
|
26 |
tqdm
|
27 |
gradio==3.37.0
|
28 |
|
|
|
|
|
|
|
|
|
|
|
29 |
# decord==0.6.0
|
30 |
# einops==0.3.0
|
31 |
# numpy==1.24.2
|
|
|
16 |
torchvision
|
17 |
fairscale
|
18 |
psutil==5.9.5
|
19 |
+
#annotated-types==0.5.0
|
20 |
+
annotated-types
|
21 |
plotly
|
22 |
imageio==2.14.1
|
23 |
imageio-ffmpeg==0.4.7
|
|
|
27 |
tqdm
|
28 |
gradio==3.37.0
|
29 |
|
30 |
+
httpx[socks]
|
31 |
+
huggingface_hub==0.25.0
|
32 |
+
moviepy
|
33 |
+
pydantic==2.9.2
|
34 |
+
|
35 |
# decord==0.6.0
|
36 |
# einops==0.3.0
|
37 |
# numpy==1.24.2
|