Spaces:
Running
on
L40S
Running
on
L40S
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
spaces>=0.29.3
|
2 |
+
safetensors>=0.4.5
|
3 |
+
spandrel>=0.4.0
|
4 |
+
tqdm>=4.66.5
|
5 |
+
scikit-video>=1.1.11
|
6 |
+
diffusers
|
7 |
+
transformers>=4.44.0
|
8 |
+
accelerate>=0.34.2
|
9 |
+
opencv-python>=4.10.0.84
|
10 |
+
sentencepiece>=0.2.0
|
11 |
+
numpy==1.26.0
|
12 |
+
torch>=2.4.0
|
13 |
+
torchvision>=0.19.0
|
14 |
+
gradio>=4.44.0
|
15 |
+
imageio>=2.34.2
|
16 |
+
imageio-ffmpeg>=0.5.1
|
17 |
+
openai>=1.45.0
|
18 |
+
moviepy>=1.0.3
|
19 |
+
pillow==9.5.0
|
20 |
+
huggingface_hub==0.25.2
|