Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
fairseq; platform_system != "Windows"
|
2 |
fairseq@https://github.com/Sharrnah/fairseq/releases/download/v0.12.4/fairseq-0.12.4-cp310-cp310-win_amd64.whl; platform_system == "Windows"
|
3 |
audiolm-pytorch
|
4 |
-
gradio==3.33.0
|
5 |
funcy
|
6 |
linkify
|
7 |
mutagen
|
@@ -11,8 +10,7 @@ sentencepiece
|
|
11 |
soundfile; platform_system == "Windows"
|
12 |
sox; platform_system != "Windows"
|
13 |
transformers
|
14 |
-
|
15 |
-
torchaudio==0.13
|
16 |
deepfilternet
|
17 |
matplotlib
|
18 |
Pillow
|
|
|
1 |
fairseq; platform_system != "Windows"
|
2 |
fairseq@https://github.com/Sharrnah/fairseq/releases/download/v0.12.4/fairseq-0.12.4-cp310-cp310-win_amd64.whl; platform_system == "Windows"
|
3 |
audiolm-pytorch
|
|
|
4 |
funcy
|
5 |
linkify
|
6 |
mutagen
|
|
|
10 |
soundfile; platform_system == "Windows"
|
11 |
sox; platform_system != "Windows"
|
12 |
transformers
|
13 |
+
|
|
|
14 |
deepfilternet
|
15 |
matplotlib
|
16 |
Pillow
|