usmanayaz commited on
Commit
989d07e
·
verified ·
1 Parent(s): 9806ed0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- streamlit==1.26.0
2
- transformers==4.33.0
3
- torch==2.1.0
4
- TTS==0.22.0
5
  PyPDF2
6
  python-docx
7
- sentencepiece==0.1.99
8
- numpy<2.0.0
9
- scipy==1.11.2
10
  numba
11
- librosa==0.10.0.post2
12
 
13
 
14
 
 
1
+ streamlit
2
+ transformers
3
+ torch
4
+ TTS
5
  PyPDF2
6
  python-docx
7
+ sentencepiece
8
+ numpy
9
+ scipy
10
  numba
11
+ librosa
12
 
13
 
14