qqwjq1981 commited on
Commit
c3f4539
·
verified ·
1 Parent(s): de74263

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -16
requirements.txt CHANGED
@@ -1,16 +1,14 @@
1
- --prefer-binary
2
- openai-whisper
3
- sentencepiece==0.1.99
4
- SpeechRecognition
5
- youtube_transcript_api
6
- nltk
7
- textblob
8
- gradio>=4.0.0 # Ensure modern Gradio version
9
- transformers
10
- openai
11
- ffmpy
12
- whisperx
13
- torch==2.5.1
14
- torchaudio==2.5.1 # Critical pairing with torch
15
- moviepy==2.1.2
16
- TTS==0.22.0 # or git+https://github.com/coqui-ai/TTS.git
 
1
+ # Core compatibility
2
+ numpy==1.22.0
3
+ # Coqui TTS (XTTS v2)
4
+ TTS==0.22.0
5
+ torch==2.0.1 # Or the version best suited for your GPU/CPU
6
+ # Video Processing
7
+ moviepy==1.0.3
8
+ # Web Interface
9
+ gradio==4.21.0 # Safe, modern and compatible with TTS
10
+ # Audio Utilities (optional but often used)
11
+ soundfile
12
+ librosa
13
+ # For logging and debugging
14
+ loguru