testdeep123 commited on
Commit
8fc07f5
·
verified ·
1 Parent(s): 45faa4c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,16 +1,14 @@
1
- # requirements.txt
2
-
3
- transformers==4.40.1
4
  moviepy
5
- gTTS
6
  requests
7
  pydub
8
- Pillow
9
- gradio
10
- pysrt
11
  kokoro>=0.3.4
12
  soundfile
 
 
 
13
  numpy
14
  beautifulsoup4
15
- torch --index-url https://download.pytorch.org/whl/cpu # Ensure CPU version of torch
16
- opencv-python-headless # For cv2 without GUI dependencies
 
1
+ transformers==4.49.0
 
 
2
  moviepy
3
+ gtts
4
  requests
5
  pydub
6
+ pillow
 
 
7
  kokoro>=0.3.4
8
  soundfile
9
+ torch
10
+ gradio
11
+ pysrt
12
  numpy
13
  beautifulsoup4
14
+ opencv-python