Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
gradio
|
| 2 |
-
moviepy
|
| 3 |
-
|
| 4 |
numpy
|
| 5 |
-
imageio
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
moviepy==1.0.3
|
| 3 |
+
Pillow
|
| 4 |
numpy
|
| 5 |
+
imageio==2.31.1
|
| 6 |
+
imageio-ffmpeg==0.4.8
|
| 7 |
+
decorator==4.4.2
|