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