Imageye commited on
Commit
f48898b
·
verified ·
1 Parent(s): bc87def

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
- openai==0.27.0 # This is the older version that supports the used API calls
2
- streamlit
3
- youtube-transcript-api
4
- whisper
5
- certifi
6
- transformers>=4.21.0
7
- torch
8
- librosa
 
1
+ streamlit==1.35.0
2
+ openai==1.32.1
3
+ youtube-transcript-api==0.4.4
4
+ transformers==4.41.2
5
+ soundfile==0.12.1