Spaces:
Running
Running
admin
commited on
Commit
Β·
c567474
1
Parent(s):
44e2590
upd req
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
-
|
| 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 |
-
|
|
|
|
| 1 |
+
modelscope[framework]
|
|
|
|
| 2 |
music21
|
|
|
|
|
|
|
|
|
|
| 3 |
pillow==9.4.0
|
| 4 |
+
pymupdf
|
| 5 |
samplings==0.1.7
|
| 6 |
+
soundfile
|
| 7 |
+
torch
|
| 8 |
transformers==4.18.0
|
| 9 |
+
unidecode
|