Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
openai
|
3 |
-
pillow
|
4 |
-
|
5 |
-
opencv-python
|
|
|
|
1 |
+
streamlit==1.24.0
|
2 |
+
openai==1.12.0
|
3 |
+
pillow==9.5.0
|
4 |
+
gTTS==2.3.2
|
5 |
+
opencv-python==4.8.0.74
|
6 |
+
numpy==1.24.3
|