Princeaka commited on
Commit
f47a030
·
verified ·
1 Parent(s): a920abd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -2,8 +2,12 @@ fastapi==0.103.1
2
  uvicorn==0.23.2
3
  moviepy==1.0.3
4
  imageio[ffmpeg]==2.31.1
5
- torch==2.0.1+cpu # ← Force CPU version to save GPU memory
6
  transformers==4.30.0
7
  soundfile==0.12.1
8
  python-multipart==0.0.6
9
- python-dotenv==1.0.0
 
 
 
 
 
2
  uvicorn==0.23.2
3
  moviepy==1.0.3
4
  imageio[ffmpeg]==2.31.1
5
+ torch==2.0.1+cpu
6
  transformers==4.30.0
7
  soundfile==0.12.1
8
  python-multipart==0.0.6
9
+ python-dotenv==1.0.0
10
+ gTTS==2.3.2
11
+ pymupdf==1.22.5
12
+ librosa==0.10.0
13
+ langdetect==1.0.9