Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
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
|
7 |
-
faster-whisper
|
8 |
-
resampy
|
|
|
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
|
7 |
+
faster-whisper
|
|