hivecorp commited on
Commit
937cab5
·
verified ·
1 Parent(s): 768fb74

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core libraries
2
+ gradio==3.39.0
3
+ edge-tts==6.1.15 # Latest compatible version
4
+ pydub==0.25.1
5
+ numpy==1.24.3
6
+ scipy==1.10.1
7
+ srt
8
+
9
+ # Additional audio and system dependencies
10
+ ffmpeg-python==0.2.0