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