Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|