Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
moviepy
|
| 2 |
-
gradio
|
| 3 |
-
numpy
|
| 4 |
-
Pillow
|
|
|
|
| 1 |
+
moviepy==1.0.3
|
| 2 |
+
gradio==4.44.1
|
| 3 |
+
numpy==1.23.5
|
| 4 |
+
Pillow==9.5.0
|