Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
c8cface
1
Parent(s):
c3dff09
Upload requirements (1).txt
Browse files- requirements (1).txt +13 -0
requirements (1).txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
5 |
+
funcy
|
6 |
+
linkify
|
7 |
+
mutagen
|
8 |
+
pytorch_seed
|
9 |
+
pyyaml
|
10 |
+
sentencepiece
|
11 |
+
soundfile; platform_system == "Windows"
|
12 |
+
sox; platform_system != "Windows"
|
13 |
+
transformers
|