Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
google-
|
3 |
-
|
4 |
-
|
5 |
-
python-dotenv
|
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
google-cloud-aiplatform==1.36.4
|
3 |
+
google-generativeai==0.3.2
|
4 |
+
Pillow==10.2.0
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
typing-extensions==4.9.0
|