Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
streamlit
|
2 |
torch
|
3 |
diffusers
|
4 |
-
moviepy
|
5 |
-
imageio[ffmpeg]
|
6 |
numpy
|
7 |
scipy
|
8 |
transformers
|
|
|
1 |
streamlit
|
2 |
torch
|
3 |
diffusers
|
4 |
+
moviepy==1.0.3
|
5 |
+
imageio[ffmpeg]==2.34.0
|
6 |
numpy
|
7 |
scipy
|
8 |
transformers
|