Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
numpy
|
| 2 |
torch
|
| 3 |
pillow
|
| 4 |
accelerate
|
|
@@ -7,4 +7,7 @@ git+https://github.com/huggingface/diffusers.git
|
|
| 7 |
transformers
|
| 8 |
safetensors
|
| 9 |
opencv-python
|
| 10 |
-
uuid
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.26.4
|
| 2 |
torch
|
| 3 |
pillow
|
| 4 |
accelerate
|
|
|
|
| 7 |
transformers
|
| 8 |
safetensors
|
| 9 |
opencv-python
|
| 10 |
+
uuid
|
| 11 |
+
imageio
|
| 12 |
+
imageio[ffmpeg]
|
| 13 |
+
einops
|