King-Afridi commited on
Commit
413d456
·
verified ·
1 Parent(s): 2be0d21

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- streamlit==1.18.1
 
 
 
2
  pandas==1.5.3
3
- matplotlib==3.6.2
4
- gtts==2.2.3
5
- requests==2.28.1
6
- googletrans==4.0.0-rc1
7
 
 
1
+ streamlit==1.19.0
2
+ transformers==4.31.0
3
+ gtts==2.3.2
4
+ requests==2.28.2
5
  pandas==1.5.3
6
+ matplotlib==3.7.1
 
 
 
7