Spaces:
Running
Running
admin
commited on
Commit
Β·
38c2ecf
1
Parent(s):
179dfee
upd req
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
torch
|
|
|
2 |
music21
|
3 |
pymupdf
|
4 |
soundfile
|
5 |
unidecode
|
6 |
pillow==9.4.0
|
7 |
samplings==0.1.7
|
8 |
-
|
9 |
-
|
|
|
1 |
+
torch==2.6.0+cu118
|
2 |
+
-f https://download.pytorch.org/whl/torch
|
3 |
music21
|
4 |
pymupdf
|
5 |
soundfile
|
6 |
unidecode
|
7 |
pillow==9.4.0
|
8 |
samplings==0.1.7
|
9 |
+
transformers==4.18.0
|
10 |
+
modelscope[framework]==1.24.0
|