Spaces:
Sleeping
Sleeping
Adding fluidSyth Package
Browse files- .gitignore +2 -1
- packages.txt +1 -0
- requirements.txt +2 -1
.gitignore
CHANGED
|
@@ -9,4 +9,5 @@ __tmp/*
|
|
| 9 |
.mypycache
|
| 10 |
.ruff_cache
|
| 11 |
node_modules
|
| 12 |
-
backend/**/templates/
|
|
|
|
|
|
| 9 |
.mypycache
|
| 10 |
.ruff_cache
|
| 11 |
node_modules
|
| 12 |
+
backend/**/templates/
|
| 13 |
+
venv/
|
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
fluidsynth
|
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ mido
|
|
| 3 |
miditok
|
| 4 |
transformers
|
| 5 |
huggingface_hub
|
| 6 |
-
torch
|
|
|
|
|
|
| 3 |
miditok
|
| 4 |
transformers
|
| 5 |
huggingface_hub
|
| 6 |
+
torch
|
| 7 |
+
spaces
|