Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
av==12.1.0
|
3 |
decord
|
4 |
-
|
5 |
einops
|
6 |
ffmpeg-python==0.2.0
|
7 |
gradio==5.25.2
|
|
|
1 |
+
|
2 |
+
git+https://github.com/huggingface/diffusers.git
|
3 |
+
transformers
|
4 |
+
accelerate
|
5 |
+
safetensors
|
6 |
+
|
7 |
+
|
8 |
av==12.1.0
|
9 |
decord
|
10 |
+
|
11 |
einops
|
12 |
ffmpeg-python==0.2.0
|
13 |
gradio==5.25.2
|