Update requirements.txt

#49
by XtewaldX - opened
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
- git+https://github.com/jvkap/googletrans-fixed.git
2
  edge-tts
3
- insanely-fast-whisper
4
- opencv-python
5
- huggingface-hub
6
- moviepy
7
- spaces
 
 
 
 
 
8
  ffmpeg-python
9
- gradio
 
1
+ huggingface_hub==0.24.6
2
  edge-tts
3
+ deep-translator
4
+ faster-whisper
5
+ nest-asyncio
6
+ opencv-python-headless
7
+ torch==2.1.2
8
+ torchaudio==2.1.2
9
+ numpy<2
10
+ fastapi==0.104.1
11
+ pydantic==2.5.3
12
+ uvicorn>=0.24.0
13
  ffmpeg-python
14
+ scipy