testdeep123 commited on
Commit
aaf5d9d
·
verified ·
1 Parent(s): 93eddab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -15
requirements.txt CHANGED
@@ -1,16 +1,15 @@
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
15
- # IPython is usually not needed for deployment, but keep if required
16
- IPython
 
1
+ transformers>=4.30.0 # Kokoro might need a specific version range
2
+ moviepy>=1.0.3
3
+ gTTS>=2.3.0
4
+ requests>=2.28.0
5
+ pydub>=0.25.0
6
+ Pillow>=9.0.0
7
  kokoro>=0.3.4
8
+ soundfile>=0.12.0
9
+ torch>=2.0.0 # Or specific version for your setup (e.g., torch==2.1.0+cu118)
10
+ gradio>=4.0.0 # Use a recent version
11
+ pysrt>=1.1.0
12
+ numpy>=1.20.0
13
+ beautifulsoup4>=4.10.0
14
+ opencv-python>=4.5.0 # For cv2 used in Ken Burns
15
+ # IPython is usually not needed for deployment