Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
google-generativeai
|
3 |
-
moviepy
|
4 |
Pillow
|
5 |
nest_asyncio
|
6 |
numpy
|
|
|
1 |
streamlit
|
2 |
google-generativeai
|
3 |
+
moviepy==1.0.3 # Pin to a widely used older version
|
4 |
Pillow
|
5 |
nest_asyncio
|
6 |
numpy
|