Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
numpy
|
2 |
-
|
3 |
-
|
4 |
-
gradio
|
5 |
-
audiocraft==1.2.0 # Replace with the chosen version
|
|
|
1 |
+
numpy
|
2 |
+
librosa
|
3 |
+
pydub
|
4 |
+
gradio
|
|