Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -23,9 +23,8 @@ gradio==4.43.0
|
|
23 |
torch==2.1.1+cu121 # NOTE upgraded from 2.0.1+cu118
|
24 |
torchaudio==2.1.1+cu121
|
25 |
torchcrepe==0.0.23 # NOTE upgraded from 0.0.20
|
26 |
-
|
27 |
-
|
28 |
-
./dependencies/diffq-0.2.4-cp311-cp311-win_amd64.whl; sys_platform == 'win32'
|
29 |
tensorboardX
|
30 |
#TODO add these later
|
31 |
# faiss-cpu==1.7.3 # NOTE outcommented due to incompatibility on windows
|
|
|
23 |
torch==2.1.1+cu121 # NOTE upgraded from 2.0.1+cu118
|
24 |
torchaudio==2.1.1+cu121
|
25 |
torchcrepe==0.0.23 # NOTE upgraded from 0.0.20
|
26 |
+
fairseq==0.12.2
|
27 |
+
diffq==0.2.4
|
|
|
28 |
tensorboardX
|
29 |
#TODO add these later
|
30 |
# faiss-cpu==1.7.3 # NOTE outcommented due to incompatibility on windows
|