MarcVida commited on
Commit
0167848
·
1 Parent(s): c8e46f8

add more deps and rename main script

Browse files
Files changed (3) hide show
  1. main.py → app.py +0 -0
  2. packages.txt +1 -0
  3. requirements.txt +2 -2
main.py → app.py RENAMED
File without changes
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ fluidsynth
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  numpy>=2.1.2
2
- torch>=2.8.0+cu129
3
  tqdm>=4.67.1
4
  peft>=0.17.1
5
  transformers>=4.57.0
6
  gradio>=5.47.2
7
  pyfluidsynth>=1.3.4
8
- Pillow>=11.0.0
 
1
  numpy>=2.1.2
2
+ torch>=2.8.0
3
  tqdm>=4.67.1
4
  peft>=0.17.1
5
  transformers>=4.57.0
6
  gradio>=5.47.2
7
  pyfluidsynth>=1.3.4
8
+ pillow>=11.0.0