Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit
|
2 |
-
google-generativeai
|
3 |
moviepy==1.0.3 # Pin to a widely used older version
|
4 |
Pillow
|
5 |
nest_asyncio
|
|
|
1 |
streamlit
|
2 |
+
google-generativeai>=0.4.0 # Or preferably the latest version
|
3 |
moviepy==1.0.3 # Pin to a widely used older version
|
4 |
Pillow
|
5 |
nest_asyncio
|