Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
-
torch
|
3 |
-
torchaudio
|
4 |
gradio>=3.50.0
|
5 |
outetts>=0.1.0
|
6 |
-
soundfile>=0.12.0
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.5.1
|
3 |
+
torchaudio==2.5.1
|
4 |
gradio>=3.50.0
|
5 |
outetts>=0.1.0
|
6 |
+
soundfile>=0.12.0
|
7 |
+
faster-whisper
|
8 |
+
resampy
|