Spaces:
Running on Zero
Running on Zero
Commit ·
7ccdc9f
1
Parent(s): 5bb1a8b
Update requirements.txt (#1)
Browse files- Update requirements.txt (40a903d42d9616e7c9a1fa311f0d99c16caa3098)
Co-authored-by: Janu <Janumeri123@users.noreply.huggingface.co>
- requirements.txt +14 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
decord==0.6
|
| 3 |
diffusers==0.33.1
|
| 4 |
Pillow==9.2
|
|
|
|
| 1 |
+
ttorch
|
| 2 |
+
torchvision
|
| 3 |
+
diffusers
|
| 4 |
+
Pillow
|
| 5 |
+
einops
|
| 6 |
+
scipy
|
| 7 |
+
numpy
|
| 8 |
+
opencv-python
|
| 9 |
+
huggingface_hub
|
| 10 |
+
omegaconf
|
| 11 |
+
accelerate
|
| 12 |
+
gradio
|
| 13 |
+
moviepy
|
| 14 |
+
hydra-coreorch==2.5.1
|
| 15 |
decord==0.6
|
| 16 |
diffusers==0.33.1
|
| 17 |
Pillow==9.2
|