adricl commited on
Commit
5a3f62c
·
1 Parent(s): 7a5e619

Adding fluidSyth Package

Browse files
Files changed (3) hide show
  1. .gitignore +2 -1
  2. packages.txt +1 -0
  3. 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