Spaces:
Build error
Build error
Commit
·
994f999
1
Parent(s):
ca86dc7
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
noisereduce
|
3 |
numpy
|
4 |
librosa
|
5 |
soundfile
|
6 |
plotly
|
7 |
pyannote.audio==1.1.1
|
8 |
-
|
|
|
|
1 |
+
streamlit
|
2 |
noisereduce
|
3 |
numpy
|
4 |
librosa
|
5 |
soundfile
|
6 |
plotly
|
7 |
pyannote.audio==1.1.1
|
8 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
9 |
+
torch==1.7.1+cpu
|