Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -7,12 +7,12 @@ attrdict3
|
|
7 |
numpy==1.26.4
|
8 |
transformers==4.49.0
|
9 |
# Coqui TTS (XTTS v2)
|
10 |
-
coqpit-config
|
11 |
# coqui-tts==0.26.0
|
12 |
# coqui-tts-trainer==0.2.3
|
13 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
14 |
# Video Processing
|
15 |
-
|
16 |
# Web Interface
|
17 |
gradio==5.23.3
|
18 |
# Audio Utilities (optional but often used)
|
|
|
7 |
numpy==1.26.4
|
8 |
transformers==4.49.0
|
9 |
# Coqui TTS (XTTS v2)
|
10 |
+
# coqpit-config
|
11 |
# coqui-tts==0.26.0
|
12 |
# coqui-tts-trainer==0.2.3
|
13 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
14 |
# Video Processing
|
15 |
+
moviepy==1.0.3
|
16 |
# Web Interface
|
17 |
gradio==5.23.3
|
18 |
# Audio Utilities (optional but often used)
|