Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ streamlit
|
|
2 |
google-generativeai>=0.4.0
|
3 |
pillow
|
4 |
numpy
|
5 |
-
moviepy
|
|
|
6 |
pydantic>=1.8,<2.0 # Or >=2.0 if adapted
|
7 |
nest_asyncio
|
|
|
2 |
google-generativeai>=0.4.0
|
3 |
pillow
|
4 |
numpy
|
5 |
+
moviepy==1.0.3
|
6 |
+
|
7 |
pydantic>=1.8,<2.0 # Or >=2.0 if adapted
|
8 |
nest_asyncio
|