Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
torch==2.0.0
|
2 |
-
torchaudio==2.0.0
|
3 |
transformers==4.30.0
|
4 |
gradio==3.34.0
|
5 |
-
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.0.0
|
|
|
2 |
transformers==4.30.0
|
3 |
gradio==3.34.0
|
4 |
+
numpy<2
|
5 |
+
audiocraft==<compatible_version>
|
6 |
+
torchaudio==<compatible_version>
|
7 |
+
spacy==<compatible_version>
|
8 |
+
|