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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -13
requirements.txt CHANGED
@@ -1,13 +1,9 @@
1
- gradio
2
- torch
3
- transformers
4
- diffusers
5
- speechrecognition
6
- gTTS
7
- Pillow
8
- imageio
9
- moviepy
10
- langdetect
11
- librosa
12
- pymupdf
13
- python-multipart
 
1
+ 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