ZakharZokhar commited on
Commit
af0cbd9
1 Parent(s): ae47a53

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
  fastapi==0.74.*
2
  requests==2.27.*
3
- sentencepiece==0.1.*
4
- torch==1.11.*
5
- transformers==4.*
 
6
  uvicorn[standard]==0.17.*
7
- streamlit
8
- httpx
9
 
 
1
  fastapi==0.74.*
2
  requests==2.27.*
3
+ torch==2.0.0
4
+ torchaudio==2.0.0
5
+ ffmpeg
6
+ git+https://github.com/m-bain/whisperx.git
7
  uvicorn[standard]==0.17.*
 
 
8