Spaces:
Runtime error
Runtime error
uncommenting
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ numpy
|
|
10 |
sentencepiece
|
11 |
spacy==3.5.2
|
12 |
torch>=2.0.0
|
13 |
-
|
14 |
huggingface_hub
|
15 |
tqdm
|
16 |
transformers>=4.31.0 # need Encodec there.
|
|
|
10 |
sentencepiece
|
11 |
spacy==3.5.2
|
12 |
torch>=2.0.0
|
13 |
+
torchaudio>=2.0.0
|
14 |
huggingface_hub
|
15 |
tqdm
|
16 |
transformers>=4.31.0 # need Encodec there.
|