Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
|
3 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
4 |
-
torchaudio==0.10.0+cu113
|
5 |
-
# torch==1.10.0
|
6 |
-
# torchaudio==0.10.0
|
7 |
scipy
|
8 |
numpy
|
9 |
praat-parselmouth
|
@@ -15,7 +13,6 @@ aiohttp
|
|
15 |
tornado
|
16 |
spleeter
|
17 |
pymusic-dl
|
18 |
-
gradio
|
19 |
librosa==0.8.1
|
20 |
setuptools==59.5.0
|
21 |
SoundFile
|
|
|
1 |
+
-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
4 |
+
torchaudio
|
|
|
|
|
|
|
|
|
5 |
scipy
|
6 |
numpy
|
7 |
praat-parselmouth
|
|
|
13 |
tornado
|
14 |
spleeter
|
15 |
pymusic-dl
|
|
|
16 |
librosa==0.8.1
|
17 |
setuptools==59.5.0
|
18 |
SoundFile
|