NLPV commited on
Commit
f363328
·
verified ·
1 Parent(s): 3a926a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- gradio
2
- gTTS
3
- TTS
4
- moviepy
5
- Voice-Cloning
6
  librosa
7
  soundfile
 
 
8
 
9
 
10
 
 
1
+ torch>=2.6.0
 
 
 
 
2
  librosa
3
  soundfile
4
+ gradio
5
+ TTS==0.20.2 # Or latest stable version supporting xtts_v2
6
 
7
 
8