Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
numpy==1.22.0
|
3 |
# Coqui TTS (XTTS v2)
|
4 |
TTS==0.22.0
|
5 |
-
torch==2.0
|
6 |
# Video Processing
|
7 |
moviepy==1.0.3
|
8 |
# Web Interface
|
|
|
2 |
numpy==1.22.0
|
3 |
# Coqui TTS (XTTS v2)
|
4 |
TTS==0.22.0
|
5 |
+
torch==2.1.0 # Or the version best suited for your GPU/CPU
|
6 |
# Video Processing
|
7 |
moviepy==1.0.3
|
8 |
# Web Interface
|