Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio>=4.0
|
2 |
Pillow
|
3 |
-
transformers>=4.
|
4 |
-
torch>=2.1.0
|
5 |
-
|
|
|
|
1 |
gradio>=4.0
|
2 |
Pillow
|
3 |
+
transformers>=4.40.0
|
4 |
+
torch>=2.1.0 # CPU wheel
|
5 |
+
torchaudio # MusicGen ๋ด๋ถ์์ ์ฌ์ฉ
|
6 |
+
soundfile # WAV ์ ์ฅ์ฉ
|