Nishur commited on
Commit
b5fa929
·
verified ·
1 Parent(s): 8ae26b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -8
requirements.txt CHANGED
@@ -1,8 +1,14 @@
1
- gradio==3.50.2
2
- moviepy==1.0.3
3
- assemblyai==0.15.1
4
- deep-translator==1.9.2
5
- pysrt==1.1.2
6
- gTTS==2.3.2
7
- pydub==0.25.1
8
- ffmpeg-python==0.2.0
 
 
 
 
 
 
 
1
+ gradio>=3.0.0
2
+ assemblyai>=0.15.0
3
+ deep-translator>=1.11.0
4
+ pysrt>=1.1.2
5
+ tqdm>=4.65.0
6
+ torch>=2.0.0
7
+ TTS>=0.21.0
8
+
9
+ ffmpeg-python>=0.2.0
10
+ pydub>=0.25.1
11
+
12
+ numpy>=1.23.0
13
+ requests>=2.28.0
14
+ python-dotenv>=0.21.0