Spaces:
Build error
Build error
Update requirements.txt
#1
by Janumeri123 - opened
- 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
|