AADalhat commited on
Commit
f514a1e
·
verified ·
1 Parent(s): 83010bd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- tensorflow-cpu==2.15.0
2
- numpy==1.24.4
3
- Pillow==9.5.0
4
- fpdf2==2.7.8
5
- gTTS==2.3.2
6
- deep-translator==1.11.4
 
 
1
+ gradio>=4.28.0
2
+ tensorflow>=2.13.0
3
+ numpy>=1.24.0
4
+ Pillow>=9.5.0
5
+ fpdf2>=2.7.8
6
+ gTTS>=2.3.2
7
+ deep-translator>=1.11.4