Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.31.0
|
| 2 |
+
opencv-python-headless>=4.8.0
|
| 3 |
+
PyAudio>=0.2.13
|
| 4 |
+
Pillow>=10.0.0
|
| 5 |
+
mss>=9.0.1
|
| 6 |
+
google-generativeai>=0.3.2
|
| 7 |
+
python-dotenv>=1.0.0
|
| 8 |
+
google-cloud-aiplatform>=1.38.1
|
| 9 |
+
google-generativeai>=0.3.2
|