adil9858 commited on
Commit
0f763cb
·
verified ·
1 Parent(s): 71002bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- streamlit
2
- openai
3
- pillow
4
- numpy
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