Spaces:
Build error
Build error
seungheondoh
commited on
Commit
·
721f101
1
Parent(s):
e48ca55
add req
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==1.13.1
|
| 3 |
+
torchaudio==0.13.1
|
| 4 |
+
transformers==4.26.1
|
| 5 |
+
librosa >= 0.8
|