Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
-
|
| 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 |
|