Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ transformers==4.49.0
|
|
5 |
coqpit-config
|
6 |
coqui-tts==0.26.0
|
7 |
coqui-tts-trainer==0.2.3
|
8 |
-
torch==2.
|
9 |
# Video Processing
|
10 |
moviepy==1.0.3
|
11 |
# Web Interface
|
|
|
5 |
coqpit-config
|
6 |
coqui-tts==0.26.0
|
7 |
coqui-tts-trainer==0.2.3
|
8 |
+
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
9 |
# Video Processing
|
10 |
moviepy==1.0.3
|
11 |
# Web Interface
|