Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
1 |
+
audiocraft
|
2 |
+
numpy==1.23.5
|
3 |
+
torch==2.0.1
|
4 |
+
torchaudio==2.0.2
|
5 |
+
huggingface_hub
|
6 |
+
transformers==4.33.3
|
7 |
+
torchmetrics
|
8 |
+
encodec==0.1.1
|
9 |
+
xformers==0.0.22
|
10 |
+
streamlit
|
11 |
+
librosa
|
12 |
+
protobuf==3.20.0
|